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

Kuberan Naganathan report at bugs.python.org
Wed Jul 13 05:50:44 CEST 2011


Kuberan Naganathan <kubiyak at gmail.com> added the comment:

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

----------

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


More information about the Python-bugs-list mailing list