Steve Dower added the comment:

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.

----------

_______________________________________
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