We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4425705 commit 4779da2Copy full SHA for 4779da2
Lib/test/test_profiling/test_sampling_profiler.py
@@ -21,11 +21,17 @@
21
)
22
from profiling.sampling.gecko_collector import GeckoCollector
23
24
+from test.support import (
25
+ SHORT_TIMEOUT,
26
+ captured_stderr,
27
+ captured_stdout,
28
+ force_not_colorized_test_class,
29
+ is_emscripten,
30
+ is_slow_machine,
31
+ requires_subprocess,
32
+)
33
from test.support.os_helper import unlink
-from test.support import force_not_colorized_test_class, SHORT_TIMEOUT
34
from test.support.socket_helper import find_unused_port
-from test.support import requires_subprocess, is_emscripten
-from test.support import captured_stdout, captured_stderr, is_slow_machine
35
36
PROCESS_VM_READV_SUPPORTED = False
37
0 commit comments