[issue9611] FileIO not 64-bit safe under Windows

Martin v. Löwis report at bugs.python.org
Sun Aug 15 20:39:28 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

> Most people use buffered I/O, and the buffered layer automatically retries.

I see. I think this is already slightly problematic: if you send an
interrupt, it won't oblige. IMO, any such loop ought to be
interruptable.

----------

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


More information about the Python-bugs-list mailing list