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 corona10, serhiy.storchaka, vstinner
Date 2019-09-24.18:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569350560.85.0.595135626034.issue38265@roundup.psfhosted.org>
In-reply-to
Content
I think it is okay. Just check that all platforms which support pread() (Linux, *BSD, macOS) pass the length as size_t instead of int. Windows does not always support length larger than 2 KiB, but it does not support pread() either.
History
Date User Action Args
2019-09-24 18:42:40serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, corona10
2019-09-24 18:42:40serhiy.storchakasetmessageid: <1569350560.85.0.595135626034.issue38265@roundup.psfhosted.org>
2019-09-24 18:42:40serhiy.storchakalinkissue38265 messages
2019-09-24 18:42:40serhiy.storchakacreate