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, vstinner
Date 2016-03-18.23:36:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458344209.01.0.154516474558.issue26588@psf.upfronthosting.co.za>
In-reply-to
Content
Patch 3:

- avoid the memory overhead of storing domain if domains are not used
- add optional use_domain parameter to tracemalloc.start()
- by default, no change: use a C void* (pointer) as key for the trace hashtable
- if start() is called with use_domain=True, use (pointer: void*, domain: unsigned int) key for the trace hashtable
History
Date User Action Args
2016-03-18 23:36:50vstinnersetrecipients: + vstinner, pitrou, njs
2016-03-18 23:36:49vstinnersetmessageid: <1458344209.01.0.154516474558.issue26588@psf.upfronthosting.co.za>
2016-03-18 23:36:48vstinnerlinkissue26588 messages
2016-03-18 23:36:48vstinnercreate