Message199086
| Author |
vstinner |
| Recipients |
amaury.forgeotdarc, belopolsky, rhettinger, vstinner |
| Date |
2013年10月06日.16:00:47 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1381075247.93.0.803542400137.issue18874@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
TODO list:
* unit test for task reschedule
* hash_destroy(): use a double-linked list to avoid the O(n) complexity?
* Snapshot.add_process_memory_metrics():
* rename metrics on Windows?
* more metrics on Linux?
* implement get_process_memory() on BSD
* add unit test for the command line interface
* add unit test for DisplayTopTask/TakeSnapshot.start()
* remove TRACE_RAW_MALLOC, always define it?
* test_io.check_interrupted_write() enters a deadlock when tracemalloc task
is called before _pyio is blocked in the C write() function: the SIGINT does
not interrupt write() but another instruction
* hide _tracemalloc._atexit()? |
|