Skip to content

Commit 749a868

Browse files
committed
too much copying, left-over
1 parent 311a4e3 commit 749a868

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Lib/test/test_profiling/test_sampling_profiler/test_modes.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,6 @@ def jsonl(obj):
371371
for exp in expected:
372372
self.assertIn(exp, lines)
373373

374-
# self.assertIn(active1_key, collector_no_skip.result)
375-
# self.assertIn(active2_key, collector_no_skip.result)
376-
# self.assertIn(
377-
# idle_key, collector_no_skip.result
378-
# ) # Idle thread should be included
379374

380375
@requires_remote_subprocess_debugging()
381376
class TestGilModeFiltering(unittest.TestCase):

0 commit comments

Comments
 (0)