]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (#128287)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 13 Jan 2025 15:54:13 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 15:54:13 +0000 (21:24 +0530)
commit402b91da87052878b4e7e8946ba91bdf4ee4bebe
treeedeb838d4a70232579e4f5f61dc8c0cc59563cd3
parent3efe28a40b136164f0d33c4f84dfcef7e123d1a0
gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (#128287)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_asyncgen.py
Objects/genobject.c