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

Antoine Pitrou report at bugs.python.org
Wed Jul 13 17:31:52 CEST 2011


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

> Im most familiar with solaris.  Atleast on solaris lseek interprets its
> signed arg as the unsigned value with the same bit pattern.

Only with SEEK_SET, I assume?

----------

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


More information about the Python-bugs-list mailing list