◐ Shell
clean mode source ↗

bpo-42251: Add gettrace and getprofile to threading by mariocj89 · Pull Request #23125 · python/cpython

Conversation

@mariocj89

This allows retrieving the functions that were set in these two, which
might differ from sys.gettrace and sys.getprofile within a thread.

https://bugs.python.org/issue42251

@pablogsal

Could you also add a note in the What's New document of 3.10? Basically you can copy the NEWS entry :)

pablogsal

pablogsal

This allows to retrieve the functions that were set in these two, which
might differ from sys.gettrace and sys.getprofile within a thread.

pablogsal

@pablogsal

shihai1991 added a commit to shihai1991/cpython that referenced this pull request

Nov 5, 2020

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
This allows to retrieve the functions that were set in these two, which might differ from sys.gettrace and sys.getprofile within a thread.