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.
test_release_task_refs
1 parent a7711a2 commit c408c36Copy full SHA for c408c36
Lib/test/_test_multiprocessing.py
@@ -2804,6 +2804,7 @@ def test_map_no_failfast(self):
2804
# check that we indeed waited for all jobs
2805
self.assertGreater(time.monotonic() - t_start, 0.9)
2806
2807
+ @support.requires_gil_enabled("gh-118413: test is flaky with GIL disabled")
2808
def test_release_task_refs(self):
2809
# Issue #29861: task arguments and results should not be kept
2810
# alive after we are done with them.
0 commit comments