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 xdegaye
Recipients Alex.Willmer, serhiy.storchaka, twouters, xdegaye
Date 2016-05-22.10:14:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463912098.54.0.360739510111.issue26927@psf.upfronthosting.co.za>
In-reply-to
Content
f.seek(number) raises ValueError (ValueError: cannot fit 'int' into an offset-sized integer) when 'number' is greater than the size allowed by off_t. ValueError is not handled in test_mmap to detect that large file is not supported.

With this patch, test_large_filesize and test_large_offset are skipped as expected on an Android emulator.
History
Date User Action Args
2016-05-22 10:14:58xdegayesetrecipients: + xdegaye, twouters, serhiy.storchaka, Alex.Willmer
2016-05-22 10:14:58xdegayesetmessageid: <1463912098.54.0.360739510111.issue26927@psf.upfronthosting.co.za>
2016-05-22 10:14:58xdegayelinkissue26927 messages
2016-05-22 10:14:58xdegayecreate