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 pitrou
Recipients Kuberan.Naganathan, neologix, pitrou, vstinner
Date 2011-07-13.12:09:55
SpamBayes Score 0.029662134
Marked as misclassified No
Message-id <1310558995.81.0.521451419494.issue12545@psf.upfronthosting.co.za>
In-reply-to
Content
> In addition I would like the posix_lseek function to accept a value
> larger than 2^63 as a seek offset

How would it work? The C lseek() takes a signed (64-bit) offset as argument, so we would have to call it multiple times anyway.
History
Date User Action Args
2011-07-13 12:09:55pitrousetrecipients: + pitrou, vstinner, neologix, Kuberan.Naganathan
2011-07-13 12:09:55pitrousetmessageid: <1310558995.81.0.521451419494.issue12545@psf.upfronthosting.co.za>
2011-07-13 12:09:55pitroulinkissue12545 messages
2011-07-13 12:09:55pitroucreate