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 Yury.Selivanov, alecsandru.patrascu, catalin.manciu, jtaylor, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-03-09.14:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457533595.45.0.911909597577.issue26249@psf.upfronthosting.co.za>
In-reply-to
Content
I created the issue #26516 "Add PYTHONMALLOC env var and add support for malloc debug hooks in release mode" to help developers to detect bugs in their code, especially misuse of the PyMem_Malloc() API.
History
Date User Action Args
2016-03-09 14:26:35vstinnersetrecipients: + vstinner, rhettinger, pitrou, Yury.Selivanov, jtaylor, serhiy.storchaka, yselivanov, alecsandru.patrascu, catalin.manciu
2016-03-09 14:26:35vstinnersetmessageid: <1457533595.45.0.911909597577.issue26249@psf.upfronthosting.co.za>
2016-03-09 14:26:35vstinnerlinkissue26249 messages
2016-03-09 14:26:35vstinnercreate