summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-11-03-14-15-35.bpo-42251.6TC32V.rst
blob: 7435c837a2cbe1c9581cd4ecef4552cef8e76f94 (plain)
1
2
3
Added :func:`threading.gettrace` and :func:`threading.getprofile` to
retrieve the functions set by :func:`threading.settrace` and
:func:`threading.setprofile` respectively. Patch by Mario Corchero.