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.10:51:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458298280.98.0.368081532097.issue26530@psf.upfronthosting.co.za>
In-reply-to
Content
> So you guarantee tracemalloc itself won't use such a hack for other
purposes? ;-)

Hum, maybe we can make the "hack" "official": add two C macro to store and retrieve the domain from a pointer. The macro can validate that the domain is smaller or equal to 8 using an assertion (only in debug mode?).
History
Date User Action Args
2016-03-18 10:51:21vstinnersetrecipients: + vstinner, pitrou, njs
2016-03-18 10:51:20vstinnersetmessageid: <1458298280.98.0.368081532097.issue26530@psf.upfronthosting.co.za>
2016-03-18 10:51:20vstinnerlinkissue26530 messages
2016-03-18 10:51:20vstinnercreate