]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (#131682)
authorsobolevn <mail@sobolevn.me>
Mon, 24 Mar 2025 19:00:48 +0000 (22:00 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 19:00:48 +0000 (19:00 +0000)
commit929afd1d6ee4fb89ac818037effe6577947103de
treecc603200254d3426828797b3dfa9dc241487e337
parent5fef4ff9ed47e82bce0696672eb2e4bd8953bb1e
gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (#131682)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-24-19-38-53.gh-issue-131670.IffOZj.rst [new file with mode: 0644]
Python/bltinmodule.c