Message234092
Victor, I've been testing your patch and it's mostly good (a few obscure errors you'd never find without a compiler), but I think we also need to update the win32_xstat functions in posixmodule.c, since they all try and use the same struct.
I don't know how familiar you are with the posixmodule functions, so I can study up on them if needed. It's probably due for some simplifications anyway, since we can now assume that Vista's APIs are always available. I think a lot of the functionality there is now in fileutils.c too, so we don't need so much duplicated code. |
|
| Date |
User |
Action |
Args |
| 2015-01-15 17:51:26 | steve.dower | set | recipients:
+ steve.dower, pitrou, vstinner, tim.golden, benjamin.peterson, stutzbach, hynek, zach.ware, josh.r |
| 2015-01-15 17:51:26 | steve.dower | set | messageid: <[email protected]> |
| 2015-01-15 17:51:26 | steve.dower | link | issue23152 messages |
| 2015-01-15 17:51:25 | steve.dower | create | |
|