[issue9611] FileIO not 64-bit safe under Windows

Antoine Pitrou report at bugs.python.org
Thu Nov 4 22:31:23 CET 2010


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

> On a second thought... is there another example where a *blocking*
> stream does not write all the data without raising an exception?

It can happen with pipes or sockets, if some buffer can only store part
of the data. Or any regular stream if a signal is received after part of
the data has been written.

----------

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


More information about the Python-bugs-list mailing list