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 Kuberan.Naganathan
Recipients Kuberan.Naganathan
Date 2011-07-13.03:50:43
SpamBayes Score 0.0001809164
Marked as misclassified No
Message-id <1310529044.05.0.414780030294.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.  Currently I seem to need to seek multiple times within a file to achieve an offset larger than 2^63 ( assuming the return type check on the return value of lseek is fixed. )
History
Date User Action Args
2011-07-13 03:50:44Kuberan.Naganathansetrecipients: + Kuberan.Naganathan
2011-07-13 03:50:44Kuberan.Naganathansetmessageid: <1310529044.05.0.414780030294.issue12545@psf.upfronthosting.co.za>
2011-07-13 03:50:43Kuberan.Naganathanlinkissue12545 messages
2011-07-13 03:50:43Kuberan.Naganathancreate