]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Jun 2023 14:06:44 +0000 (07:06 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 14:06:44 +0000 (14:06 +0000)
commit2d9ead219e940d3fd717cdb0841cfe8a97efe554
tree14798a67f104cd7533a1e5ac54baeb8040a748b8
parent260ba1fcdba860ab298c530af8c5340eb8b2c021
[3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187) (#105378)

GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
(cherry picked from commit 601ae09f0c8eda213b9050892f5ce9b91f0aa522)

Co-authored-by: Mark Shannon <mark@hotpy.org>
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