[issue9611] FileIO not 64-bit safe under Windows

Martin v. Löwis report at bugs.python.org
Thu Nov 4 21:22:06 CET 2010


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

> If I'm not mistaken, WriteFile takes the length as a DWORD, which is
> still 32 bits under Win64.

Oops, ignore me, then... I agree that clamping is fine, assuming the
buffering layer takes that into account.

----------

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


More information about the Python-bugs-list mailing list