Message 262434 - Python tracker
Message262434
| 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:00 | vstinner | set | recipients: + vstinner, pitrou, njs, python-dev |
| 2016-03-25 12:27:00 | vstinner | set | messageid: <1458908820.35.0.0237610930677.issue26530@psf.upfronthosting.co.za> |
| 2016-03-25 12:27:00 | vstinner | link | issue26530 messages |
| 2016-03-25 12:27:00 | vstinner | create | |