[issue15699] PEP 3121, 384 Refactoring applied to readline module

Antoine Pitrou report at bugs.python.org
Wed Jul 31 21:50:31 CEST 2013


Antoine Pitrou added the comment:

Updated patch fixing a few issues (i.e. crashes). Reading the module state requires the GIL to be held, but it was taken too late when the hooks are called.

----------
keywords: +patch
nosy: +pitrou
Added file: http://bugs.python.org/file31100/rl_pep3131.patch

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


More information about the Python-bugs-list mailing list