]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122029: Log call events in sys.setprofile when it's a method with c function ...
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 23 Jul 2024 22:25:26 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 22:25:26 +0000 (15:25 -0700)
commite91ef13861e88c27aed51a24e58d1dcc855a01dc
tree51dc07c53bc50d877609d63385b07f120b980b9b
parent41a91bd67f86c922f350894a797738038536e1c5
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.
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