]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
authorMario Corchero <mcorcherojim@bloomberg.net>
Wed, 4 Nov 2020 09:27:43 +0000 (10:27 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 09:27:43 +0000 (09:27 +0000)
commit0001a1b69ecda47b0406daa88c2943877580bcae
tree3b9a00c8fc1c9602aa77313e029330b43d81bd93
parentdb6434c474f7389a98b8118ca87fca988416bf33
bpo-42251: Add gettrace and getprofile to threading (GH-23125)

This allows to retrieve the functions that were set in these two, which might differ from sys.gettrace and sys.getprofile within a thread.
Doc/library/threading.rst
Doc/whatsnew/3.10.rst
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2020-11-03-14-15-35.bpo-42251.6TC32V.rst [new file with mode: 0644]