[issue19973] Deprecate pyio

Amaury Forgeot d'Arc report at bugs.python.org
Fri Dec 13 15:32:40 CET 2013


Amaury Forgeot d'Arc added the comment:

PyPy also has a "C-translated" version of the io module.
It's a bit faster I think, but more importantly it has correct behavior with signals and other asynchronous errors.

_pyio.py can be stopped in the middle of any function, and is not completely signal-safe.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list