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 Matt.Mackall
Recipients Matt.Mackall, larry, ncoghlan
Date 2014-04-10.16:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397149133.44.0.946556558932.issue21199@psf.upfronthosting.co.za>
In-reply-to
Content
Python's file_read uses an 'l' type to parse its args which results in a 31-bit size limit on reads on 64-bit Windows. It should instead use an ssize_t.

Related Mercurial bug:

http://bz.selenic.com/show_bug.cgi?id=4215
History
Date User Action Args
2014-04-10 16:58:53Matt.Mackallsetrecipients: + Matt.Mackall, ncoghlan, larry
2014-04-10 16:58:53Matt.Mackallsetmessageid: <1397149133.44.0.946556558932.issue21199@psf.upfronthosting.co.za>
2014-04-10 16:58:53Matt.Mackalllinkissue21199 messages
2014-04-10 16:58:53Matt.Mackallcreate