]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIterationValue...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 13 Jan 2025 12:55:09 +0000 (13:55 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 12:55:09 +0000 (18:25 +0530)
commit76ffaef729c91bb79da6df2ade48f3ec51118300
treeaa587f3ec5b3ae03c376cd806df047fc6af75f16
parent517dc65ffcea8413e1a60c4cb5d63e5fa39e7f72
gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIterationValue` (#128780)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-13-12-48-30.gh-issue-128078.qOsl9B.rst [new file with mode: 0644]
Objects/genobject.c
Objects/iterobject.c