]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:49:36 +0000 (00:49 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 22:49:36 +0000 (22:49 +0000)
commit40cdec6a8aeab66e0a6dc4b39654a9121c394a7c
treed93d6073d89729a18aa7ab329ea6ac0b6f959cbb
parent81f93390229d02f80b825676c1e8f3084fd3e24c
[3.13] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122205)

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