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 davin, larry, serhiy.storchaka, skrah, vstinner, xdegaye
Date 2017-11-07.12:31:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510057901.68.0.213398074469.issue31626@psf.upfronthosting.co.za>
In-reply-to
Content
For allocations larger than 512 bytes, PyObject_Malloc() calls PyMem_RawMalloc(). When debug hooks are installed, PyObject_Malloc() calls a debug hook which calls PyMem_RawMalloc() which calls another debug hook.
History
Date User Action Args
2017-11-07 12:31:41vstinnersetrecipients: + vstinner, larry, skrah, xdegaye, serhiy.storchaka, davin
2017-11-07 12:31:41vstinnersetmessageid: <1510057901.68.0.213398074469.issue31626@psf.upfronthosting.co.za>
2017-11-07 12:31:41vstinnerlinkissue31626 messages
2017-11-07 12:31:41vstinnercreate