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 ronaldoussoren
Recipients lebigot, ned.deily, ronaldoussoren, vstinner
Date 2015-07-20.12:50:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437396628.95.0.059341454762.issue24658@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch is a first stab at a workaround. It will unconditionally limit the write size in os.write to INT_MAX on OSX.

I haven't tested yet if this actually fixes the problem mentioned on stack overflow.
History
Date User Action Args
2015-07-20 12:50:28ronaldoussorensetrecipients: + ronaldoussoren, vstinner, lebigot, ned.deily
2015-07-20 12:50:28ronaldoussorensetmessageid: <1437396628.95.0.059341454762.issue24658@psf.upfronthosting.co.za>
2015-07-20 12:50:28ronaldoussorenlinkissue24658 messages
2015-07-20 12:50:27ronaldoussorencreate