[issue12545] os.lseek() and FileIO.seek() does not support offset larger than 2^63-1

STINNER Victor report at bugs.python.org
Thu Jun 6 22:27:58 CEST 2013


STINNER Victor added the comment:

lseek_negative.diff is not correct: 0x8000000000000000 is a valid offset for a /proc/pid/mem file.

----------

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


More information about the Python-bugs-list mailing list