Message 266065 - Python tracker
Message266065
| 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:58 | xdegaye | set | recipients: + xdegaye, twouters, serhiy.storchaka, Alex.Willmer |
| 2016-05-22 10:14:58 | xdegaye | set | messageid: <1463912098.54.0.360739510111.issue26927@psf.upfronthosting.co.za> |
| 2016-05-22 10:14:58 | xdegaye | link | issue26927 messages |
| 2016-05-22 10:14:58 | xdegaye | create | |