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

Bill Parker report at bugs.python.org
Thu Apr 9 22:37:57 CEST 2015


Bill Parker added the comment:

At the moment, I'm not sure if it's needed or not, but if it's only an
issue with XP, then it might not be worth fixing...:)

On Thu, Apr 9, 2015 at 1:35 PM, STINNER Victor <report at bugs.python.org>
wrote:

>
> 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>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list