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 vstinner
Date 2016-03-14.15:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457968174.07.0.868383478017.issue26558@psf.upfronthosting.co.za>
In-reply-to
Content
I created this issue while working on the issue #26249 "Change PyMem_Malloc to use pymalloc allocator". I would like to check that application call PyObject_Malloc() and PyMem_Malloc() with the GIL held.
History
Date User Action Args
2016-03-14 15:09:34vstinnersetrecipients: + vstinner
2016-03-14 15:09:34vstinnersetmessageid: <1457968174.07.0.868383478017.issue26558@psf.upfronthosting.co.za>
2016-03-14 15:09:34vstinnerlinkissue26558 messages
2016-03-14 15:09:33vstinnercreate