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 jpe
Recipients jnoller, jpe, ocean-city
Date 2009-04-01.22:04:23
SpamBayes Score 6.682649e-07
Marked as misclassified No
Message-id <1238623466.33.0.021216660523.issue3551@psf.upfronthosting.co.za>
In-reply-to
Content
New patch which raises ValueError if WriteFile fails with
ERROR_NO_SYSTEM_RESOURCES.  I wasn't able to reliably write a test since
putting the send_bytes in a try block seems to allow the call succeed. 
This is probably OS, swap file size, and timing dependent.
History
Date User Action Args
2009-04-01 22:04:26jpesetrecipients: + jpe, ocean-city, jnoller
2009-04-01 22:04:26jpesetmessageid: <1238623466.33.0.021216660523.issue3551@psf.upfronthosting.co.za>
2009-04-01 22:04:25jpelinkissue3551 messages
2009-04-01 22:04:24jpecreate