This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients benjamin.peterson, hynek, josh.r, pitrou, steve.dower, stutzbach, tim.golden, vstinner, zach.ware
Date 2015-01-15.17:51:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421344286.36.0.161828500398.issue23152@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-01-15 17:51:26steve.dowersetrecipients: + steve.dower, pitrou, vstinner, tim.golden, benjamin.peterson, stutzbach, hynek, zach.ware, josh.r
2015-01-15 17:51:26steve.dowersetmessageid: <1421344286.36.0.161828500398.issue23152@psf.upfronthosting.co.za>
2015-01-15 17:51:26steve.dowerlinkissue23152 messages
2015-01-15 17:51:25steve.dowercreate