]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122695: Fix double-free when using `gc.get_referents` with a freed `_asynci...
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 9 Aug 2024 14:06:36 +0000 (14:06 +0000)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 14:06:36 +0000 (19:36 +0530)
commite8fb088dbaa71dd5f0146b2f4a8f7ecbe2ce9625
treef6cc58c122ff742020e9242be9ae0b074b735ff9
parent60c44ed9756a678411fe738d3141a7fd8930e93c
[3.13] gh-122695: Fix double-free when using `gc.get_referents` with a freed `_asyncio.FutureIter` (#122837)

* Backport #122834 for 3.13
Lib/test/test_asyncio/test_futures.py
Misc/NEWS.d/next/Library/2024-08-08-15-05-58.gh-issue-122695.f7pwBv.rst [new file with mode: 0644]
Modules/_asynciomodule.c