]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Feb 2025 23:34:02 +0000 (00:34 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2025 23:34:02 +0000 (00:34 +0100)
commit91203303546030fa1a01f540df772331ba0b4b2c
treee7118e36fb2bed4beaaf120fff1adce42db7e680
parent186165e509c056657cd9ec058cbc1e76f9f50910
[3.13] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128789)

gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287)
(cherry picked from commit 402b91da87052878b4e7e8946ba91bdf4ee4bebe)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_asyncgen.py
Objects/genobject.c