bpo-42251: Add gettrace and getprofile to threading by mariocj89 · Pull Request #23125 · python/cpython
Conversation
This allows retrieving the functions that were set in these two, which
might differ from sys.gettrace and sys.getprofile within a thread.
Could you also add a note in the What's New document of 3.10? Basically you can copy the NEWS entry :)
This allows to retrieve the functions that were set in these two, which might differ from sys.gettrace and sys.getprofile within a thread.
adorilson pushed a commit to adorilson/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters