[issue9611] FileIO not 64-bit safe under Windows

Antoine Pitrou report at bugs.python.org
Sun Aug 15 19:58:39 CEST 2010


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

os.write() (in posixmodule.c) is also affected. os.read(), however, is limited to 32-bit inputs.

----------

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


More information about the Python-bugs-list mailing list