[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:29:35 CEST 2013


STINNER Victor added the comment:

lseek_unsigned_test.py: script to test manually the patch on Linux. It may work on Solaris, I didn't try.

----------
Added file: http://bugs.python.org/file30490/lseek_unsigned_test.py

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


More information about the Python-bugs-list mailing list