8000 try to do something · python/cpython@59567ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 59567ef

Browse files
committed
try to do something
1 parent bd8623e commit 59567ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Lib/test/test_dis.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Minimal tests for dis module
2+
#
3+
# Do NOT change the order of the imports since it could lead to a timeout for
4+
# test_embed.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE
5+
# on Windows 32-bits.
26

37
import contextlib
48
import dis
59
import io
6-
import opcode
710
import re
811
import sys
9-
import tempfile
1012
import types
1113
import unittest
1214
from test.support import (captured_stdout, requires_debug_ranges,
13-
requires_specialization, cpython_only,
14-
os_helper)
15+
requires_specialization, cpython_only)
1516
from test.support.bytecode_helper import BytecodeTestCase
1617

18+
import opcode
19+
1720

1821
def get_tb():
1922
def _error():

0 commit comments

Comments
 (0)
0