]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-122029: Log call events in sys.setprofile when it's a method with c functio...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jul 2024 22:44:43 +0000 (00:44 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 22:44:43 +0000 (22:44 +0000)
commit257c413cd16ddabcedde413288d0bb93bf872da7
tree766e4ff685653627d0c1405f1ad7a0c7c3bd5efa
parentd7c67e0acac81649e7e2d7e86fe1fc54d51f96f9
[3.12] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122206)

gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072)

Log call events in sys.setprofile when it is a method with a C function.
(cherry picked from commit e91ef13861e88c27aed51a24e58d1dcc855a01dc)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Lib/test/test_sys_setprofile.py
Misc/NEWS.d/next/Core and Builtins/2024-07-21-01-23-54.gh-issue-122029.gKv-e2.rst [new file with mode: 0644]
Python/legacy_tracing.c