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