[issue4565] Rewrite the IO stack in C

Antoine Pitrou report at bugs.python.org
Fri Feb 20 00:49:09 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

> +1 to setting it up so that unit tests are always run against both and 
> keeping both.

If this is the way forward I recommend putting the pure Python versions
into a separate module, eg pyio.py (although the name is not very
elegant). It will make the separation clean and obvious.

(and perhaps it will have the side-effect of improving startup time,
although I'm not really worried about this)

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


More information about the Python-bugs-list mailing list