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 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()?
History
Date User Action Args
2013-10-06 16:00:47vstinnersetrecipients: + vstinner, rhettinger, amaury.forgeotdarc, belopolsky
2013-10-06 16:00:47vstinnersetmessageid: <1381075247.93.0.803542400137.issue18874@psf.upfronthosting.co.za>
2013-10-06 16:00:47vstinnerlinkissue18874 messages
2013-10-06 16:00:47vstinnercreate