Message234647
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. |
|
| Date |
User |
Action |
Args |
| 2015-01-25 01:58:56 | steve.dower | set | recipients:
+ steve.dower, pitrou, vstinner, tim.golden, benjamin.peterson, stutzbach, hynek, zach.ware, josh.r |
| 2015-01-25 01:58:56 | steve.dower | set | messageid: <[email protected]> |
| 2015-01-25 01:58:56 | steve.dower | link | issue23152 messages |
| 2015-01-25 01:58:55 | steve.dower | create | |
|