STINNER Victor added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16742>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to