[issue9611] FileIO not 64-bit safe under Windows

Martin Spacek report at bugs.python.org
Thu Nov 4 10:50:58 CET 2010


Martin Spacek <python at mspacek.mm.st> added the comment:

We've got a near duplicate Issue9015. This thread seems more considered though :) Note that writing more than 2**32-1 bytes at once results in a hung process with 100% CPU in 64-bit Windows, which has to be killed with Task Manager. So I think that qualifies as a crash. This is apparently due to fwrite limitations in msvc, even in win64.

----------
components: +IO
nosy: +mspacek

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


More information about the Python-bugs-list mailing list