[issue16742] PyOS_Readline drops GIL and calls PyOS_StdioReadline, which isn't thread safe

STINNER Victor report at bugs.python.org
Sat Oct 19 13:34:40 CEST 2013


STINNER Victor added the comment:

> Kristján Valur Jónsson added the comment:
>
> Perhaps in debug builds the memory apis should verify consistency and
matching useage.

Python does check usage of apis in debug mode. Memory allocation failure
are almost never checked. See my pyfailmalloc module for that.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16742>
_______________________________________


More information about the Python-bugs-list mailing list