diff options
author | Savannah Ostrowski <savannahostrowski@gmail.com> | 2024-04-19 22:30:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 22:30:52 (GMT) |
commit | d8f350309ded3130c43f0d2809dcb8ec13112320 (patch) | |
tree | 51deeefcb1c85e4e57bec5645b4356fc1ae568ce /Misc | |
parent | 07525c9a85e7fa04db565c6e6e6605ff6099dcb7 (diff) | |
download | cpython-d8f350309ded3130c43f0d2809dcb8ec13112320.zip cpython-d8f350309ded3130c43f0d2809dcb8ec13112320.tar.gz cpython-d8f350309ded3130c43f0d2809dcb8ec13112320.tar.bz2 |
GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-04-13-18-59-25.gh-issue-115874.c3xG-E.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-04-13-18-59-25.gh-issue-115874.c3xG-E.rst b/Misc/NEWS.d/next/Core and Builtins/2024-04-13-18-59-25.gh-issue-115874.c3xG-E.rst new file mode 100644 index 0000000..5a6fa4c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-04-13-18-59-25.gh-issue-115874.c3xG-E.rst @@ -0,0 +1 @@ +Fixed a possible segfault during garbage collection of ``_asyncio.FutureIter`` objects |