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

Roundup Robot report at bugs.python.org
Thu Oct 10 16:19:38 CEST 2013


Roundup Robot added the comment:

New changeset 98dbe677dfe7 by Victor Stinner in branch 'default':
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
http://hg.python.org/cpython/rev/98dbe677dfe7

----------
nosy: +python-dev
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list