[issue23152] fstat64 required on Windows

Steve Dower report at bugs.python.org
Sun Jan 25 02:58:56 CET 2015


Steve Dower added the comment:

I updated and tested your patch - basically making posixmodule.c use the new _Py_stat_struct throughout instead of the Win32 definition. The tests run fine on my VC14 machine.

Should _Py_fstat be conditioned on Py_LIMITED_API in some way, since it's not available pre-3.5? I've never figured out exactly how that should work.

----------

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


More information about the Python-bugs-list mailing list