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 vstinner
Recipients lebigot, ned.deily, ronaldoussoren, vstinner
Date 2015-07-20.13:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437399642.32.0.817290895879.issue24658@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows limit to INT_MAX is one many functions:

* os.write()
* io.FileIO.write()
* hum, maybe other, I don't remember

In the default branch, there is now _Py_write(), so only one place should be fixed.

See the issue #11395 which fixed the bug on Windows.

If it's a bug, it should be fixed on Python 2.7, 3.4, 3.5 and default branches.
History
Date User Action Args
2015-07-20 13:40:42vstinnersetrecipients: + vstinner, ronaldoussoren, lebigot, ned.deily
2015-07-20 13:40:42vstinnersetmessageid: <1437399642.32.0.817290895879.issue24658@psf.upfronthosting.co.za>
2015-07-20 13:40:42vstinnerlinkissue24658 messages
2015-07-20 13:40:42vstinnercreate