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 gregory.p.smith, kristjan.jonsson, meador.inge, pitrou, trent, vstinner
Date 2013-06-13.22:10:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371161425.14.0.68918993301.issue16742@psf.upfronthosting.co.za>
In-reply-to
Content
See the following thread on python-dev, the root problem is that PyMem_Malloc() cannot be called with the GIL held. This is a bug in my opinion, and it should be fixed.
http://mail.python.org/pipermail/python-dev/2013-June/126822.html
History
Date User Action Args
2013-06-13 22:10:25vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, kristjan.jonsson, trent, meador.inge
2013-06-13 22:10:25vstinnersetmessageid: <1371161425.14.0.68918993301.issue16742@psf.upfronthosting.co.za>
2013-06-13 22:10:25vstinnerlinkissue16742 messages
2013-06-13 22:10:25vstinnercreate