Skip to content

Commit 285a66f

Browse files
committed
fix: drop comments
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent e9bd308 commit 285a66f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_profiling/test_sampling_profiler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3017,9 +3017,6 @@ def worker(x):
30173017
results = list(executor.map(worker, [1, 2, 3]))
30183018
print(f"Results: {results}")
30193019
'''
3020-
# Use test helpers to spawn a real Python subprocess so that
3021-
# PermissionError (if any) is emitted by the child on stderr and
3022-
# can be handled consistently with other tests.
30233020
with os_helper.temp_dir() as temp_dir:
30243021
script = script_helper.make_script(
30253022
temp_dir, 'test_process_pool_executor_pickle', test_script

0 commit comments

Comments
 (0)