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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23152>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to