]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122247: Move instruction instrumentation sanity check after tracing check...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Aug 2024 10:01:40 +0000 (12:01 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 10:01:40 +0000 (12:01 +0200)
commit1f7071572e49fc8576c72902135a4ddecc6f81c3
tree561d278694ac958f53df53a2c16d353d00a8f2e5
parent7ee7558833f4afb8b2c5987967b69dc225478a4e
[3.13] gh-122247: Move instruction instrumentation sanity check after tracing check (GH-122251) (GH-122812)

(cherry picked from commit 57d7c3e78fb635a0c6ccce38ec3e2f4284d5fac7)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/test/test_monitoring.py
Python/instrumentation.c