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 neologix
Recipients Kuberan.Naganathan, neologix, pitrou, vstinner
Date 2011-07-13.14:21:16
SpamBayes Score 9.4432806e-05
Marked as misclassified No
Message-id <1310566877.23.0.272932662273.issue12545@psf.upfronthosting.co.za>
In-reply-to
Content
> In the posix_lseek function check for result != -1 instead of checking
> for result < 0 in return code checks of the value returned by lseek.

+1
This can be useful when parsing /dev/mem on x86_64, for example.

> In addition I would like the posix_lseek function to accept a value
> larger than 2^63 as a seek offset

Like Antoine, I'm a little bit puzzled here.
History
Date User Action Args
2011-07-13 14:21:17neologixsetrecipients: + neologix, pitrou, vstinner, Kuberan.Naganathan
2011-07-13 14:21:17neologixsetmessageid: <1310566877.23.0.272932662273.issue12545@psf.upfronthosting.co.za>
2011-07-13 14:21:16neologixlinkissue12545 messages
2011-07-13 14:21:16neologixcreate