This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, brian.curtin, loewis, mspacek, pitrou, tim.golden, vstinner
Date 2010-11-04.20:01:58
SpamBayes Score 0.00045873562
Marked as misclassified No
Message-id <1288900916.3539.75.camel@localhost.localdomain>
In-reply-to <1288900260.38.0.0942919063995.issue9611@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2010-11-04 20:02:00pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, vstinner, tim.golden, brian.curtin, mspacek
2010-11-04 20:01:59pitroulinkissue9611 messages
2010-11-04 20:01:58pitroucreate