commit | 0001a1b69ecda47b0406daa88c2943877580bcae | [log] [tgz] |
---|---|---|
author | Mario Corchero <mcorcherojim@bloomberg.net> | Wed Nov 04 10:27:43 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 04 09:27:43 2020 +0000 |
tree | 3b9a00c8fc1c9602aa77313e029330b43d81bd93 | |
parent | db6434c474f7389a98b8118ca87fca988416bf33 [diff] |
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.