]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Mar 2025 19:27:01 +0000 (20:27 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 19:27:01 +0000 (19:27 +0000)
commit349209841804e68d055af0046163de09ce68f723
treeb7167ac5e2cec8cf1a777a78c6cb02521984f87f
parent9f36dff788c10123a7e886135814da8acb58eeea
[3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682) (#131686)

gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682)
(cherry picked from commit 929afd1d6ee4fb89ac818037effe6577947103de)

Co-authored-by: sobolevn <mail@sobolevn.me>
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