[issue12545] Incorrect handling of return codes in the posix_lseek function in posixmodule.c

Antoine Pitrou report at bugs.python.org
Wed Jul 13 14:09:55 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> 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.

----------
nosy: +neologix, pitrou
versions: +Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12545>
_______________________________________


More information about the Python-bugs-list mailing list