]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
authorMark Shannon <mark@hotpy.org>
Fri, 2 Jun 2023 09:39:38 +0000 (10:39 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 09:39:38 +0000 (10:39 +0100)
commit601ae09f0c8eda213b9050892f5ce9b91f0aa522
treeeeaab360fa7f967076b35cd09b1de78c7b7f3d04
parentee26ca13a129da8cf549409d0a1b2e892ff2b4ec
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2023-06-01-11-37-03.gh-issue-105162.r8VCXk.rst [new file with mode: 0644]
Objects/genobject.c