]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#109542)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Sep 2023 15:40:51 +0000 (08:40 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 15:40:51 +0000 (17:40 +0200)
commit9412a874a765da1241f9ea7c1fb689152d155004
treea9f9f88a49d8c83b5cb32c055c739b5e4cb32b5d
parent2401b980da571cac49c804edb66696766c4cd9c0
[3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#109542)

gh-109371: Fix monitoring with instruction events set (gh-109385)
(cherry picked from commit 412f5e85d6b9f2e90c57c54539d06c7a025a472a)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/test/test_monitoring.py
Lib/test/test_sys_setprofile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-13-21-04-04.gh-issue-109371.HPEJr8.rst [new file with mode: 0644]
Python/instrumentation.c