8000 gh-118413: Temporarily skip `test_release_task_refs` in free-threaded… · python/cpython@c408c36 · GitHub
[go: up one dir, main page]

Skip to content

Commit c408c36

Browse files
authored
gh-118413: Temporarily skip test_release_task_refs in free-threaded builds (#118491)
1 parent a7711a2 commit c408c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,6 +2804,7 @@ def test_map_no_failfast(self):
28042804
# check that we indeed waited for all jobs
28052805
self.assertGreater(time.monotonic() - t_start, 0.9)
28062806

2807+
@support.requires_gil_enabled("gh-118413: test is flaky with GIL disabled")
28072808
def test_release_task_refs(self):
28082809
# Issue #29861: task arguments and results should not be kept
28092810
# alive after we are done with them.

0 commit comments

Comments
 (0)
0