]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767...
authorMikhail Efimov <efimov.mikhail@gmail.com>
Sat, 20 Dec 2025 14:21:11 +0000 (17:21 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Dec 2025 14:21:11 +0000 (16:21 +0200)
commit4504ff89d5cfaa9f5a57956d20030184ca959361
tree39e8a5b444f64bfa220cd48285ec30d653c8e1f0
parent5d82520e38c54a4253163bd33d0a54dbb0a9f82e
[3.13] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767) (#140821)
Include/internal/pycore_ceval.h
Lib/test/test_cprofile.py
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