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, christian.heimes, georg.brandl, kristjan.jonsson, ncoghlan, serhiy.storchaka, vstinner
Date 2013-06-15.00:07:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371254857.49.0.344324978489.issue18203@psf.upfronthosting.co.za>
In-reply-to
Content
pymem_debugcheckgil.patch: Patch adding check in debug mode to ensure that PyMem_Malloc() and PyObject_Malloc() are called with the GIL held.
History
Date User Action Args
2013-06-15 00:07:37vstinnersetrecipients: + vstinner, georg.brandl, amaury.forgeotdarc, ncoghlan, kristjan.jonsson, christian.heimes, serhiy.storchaka
2013-06-15 00:07:37vstinnersetmessageid: <1371254857.49.0.344324978489.issue18203@psf.upfronthosting.co.za>
2013-06-15 00:07:37vstinnerlinkissue18203 messages
2013-06-15 00:07:37vstinnercreate