[issue23860] Failure to check return value from lseek() in Modules/mmapmodule.c

STINNER Victor report at bugs.python.org
Thu Apr 9 22:35:39 CEST 2015


STINNER Victor added the comment:

>  /* Win9x appears to need us seeked to zero */
>  lseek(fileno, 0, SEEK_SET);

Hum, is it still needed in 2015 with Python 3.5? We even dropped support for Windows XP.

----------

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


More information about the Python-bugs-list mailing list