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, vstinner
Date 2013-08-30.12:07:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377864458.41.0.830740247437.issue18874@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, let's start with a first patch. It works in the common cases, because they are some corner cases like subinterpreter which might still crash.

The hook on PyMem_RawMalloc() takes the GIL. It is disabled because it has still bugs (it introduces a deadlock in some corner cases!)
History
Date User Action Args
2013-08-30 12:07:38vstinnersetrecipients: + vstinner, amaury.forgeotdarc
2013-08-30 12:07:38vstinnersetmessageid: <1377864458.41.0.830740247437.issue18874@psf.upfronthosting.co.za>
2013-08-30 12:07:38vstinnerlinkissue18874 messages
2013-08-30 12:07:38vstinnercreate