This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients njs, pitrou, python-dev, vstinner
Date 2016-03-25.12:27:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458908820.35.0.0237610930677.issue26530@psf.upfronthosting.co.za>
In-reply-to
Content
tracemalloc_track_fd.py: Proof-of-concept to track file descriptors using monkey-patching on os.open() and os.close(). It's just to show to the API can be used in Python, I don't think that it's very useful to track where file descriptors are allocated.
History
Date User Action Args
2016-03-25 12:27:00vstinnersetrecipients: + vstinner, pitrou, njs, python-dev
2016-03-25 12:27:00vstinnersetmessageid: <1458908820.35.0.0237610930677.issue26530@psf.upfronthosting.co.za>
2016-03-25 12:27:00vstinnerlinkissue26530 messages
2016-03-25 12:27:00vstinnercreate