]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Fri, 31 Oct 2025 10:09:22 +0000 (13:09 +0300)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 10:09:22 +0000 (10:09 +0000)
commitd17f28fed5cfbb400f8dd9826c67d87c65f261a0
treec471bb6dc1d518cde757b2d2695d8cf4732d822b
parentac1ffd77858b62d169a08040c08aa5de26e145ac
gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)
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