]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-14076...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Nov 2025 12:35:14 +0000 (13:35 +0100)
committerGitHub <noreply@github.com>
Sun, 30 Nov 2025 12:35:14 +0000 (14:35 +0200)
commit52731c4e62f6dcc15dffc0d98796c43763b7bcc2
treed8b879491d20faa8f7c91dad6c5b3e1fe0216b08
parent58c0af99848e5ddf2e8471af11ff2f8c6a1a221c
[3.14] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767) (#140816)

Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
Include/internal/pycore_ceval.h
Lib/test/test_monitoring.py
Lib/test/test_sys_setprofile.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-29-20-59-10.gh-issue-140373.-uoaPP.rst [new file with mode: 0644]
Objects/genobject.c
Python/ceval.c