blob: 7435c837a2cbe1c9581cd4ecef4552cef8e76f94 [file] [log] [blame]
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.