Antoine Pitrou <[email protected]> added the comment: > I propose a different solution: On Windows, instead of calling > write(), we call WriteFile directly.
If I'm not mistaken, WriteFile takes the length as a DWORD, which is still 32 bits under Win64. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9611> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
