mirror of
https://github.com/python/cpython.git
synced 2025-08-25 19:24:42 +00:00
gh-118413: Temporarily skip test_release_task_refs
in free-threaded builds (#118491)
This commit is contained in:
parent
a7711a2a4e
commit
c408c36e9b
1 changed files with 1 additions and 0 deletions
|
@ -2804,6 +2804,7 @@ class _TestPool(BaseTestCase):
|
|||
# check that we indeed waited for all jobs
|
||||
self.assertGreater(time.monotonic() - t_start, 0.9)
|
||||
|
||||
@support.requires_gil_enabled("gh-118413: test is flaky with GIL disabled")
|
||||
def test_release_task_refs(self):
|
||||
# Issue #29861: task arguments and results should not be kept
|
||||
# alive after we are done with them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue