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 serhiy.storchaka
Recipients brian.curtin, pitrou, schlamar, serhiy.storchaka, terry.reedy, tim.golden
Date 2012-12-23.19:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356292522.71.0.364000856553.issue16743@psf.upfronthosting.co.za>
In-reply-to
Content
As I understand, the issue is that mmap slicing returns an empty string for large (but less than ssize_t limit) indices on 2.7.

May be it relates to 30-bit digits long integer implementation?
History
Date User Action Args
2012-12-23 19:55:22serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, tim.golden, brian.curtin, schlamar
2012-12-23 19:55:22serhiy.storchakasetmessageid: <1356292522.71.0.364000856553.issue16743@psf.upfronthosting.co.za>
2012-12-23 19:55:22serhiy.storchakalinkissue16743 messages
2012-12-23 19:55:22serhiy.storchakacreate