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 mspacek
Recipients brian.curtin, loewis, mspacek, pitrou, tim.golden
Date 2010-11-04.09:50:56
SpamBayes Score 4.39248e-07
Marked as misclassified No
Message-id <1288864258.08.0.793442063634.issue9611@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-04 09:50:58mspaceksetrecipients: + mspacek, loewis, pitrou, tim.golden, brian.curtin
2010-11-04 09:50:58mspaceksetmessageid: <1288864258.08.0.793442063634.issue9611@psf.upfronthosting.co.za>
2010-11-04 09:50:56mspaceklinkissue9611 messages
2010-11-04 09:50:56mspacekcreate