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 bar.harel, bobjalex, eryksun, paul.moore, r.david.murray, steve.dower, tim.golden, tobytobkin, zach.ware
Date 2016-01-16.21:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452979909.37.0.288939943302.issue24505@psf.upfronthosting.co.za>
In-reply-to
Content
I'm good with the patch, except we can't use ctypes in the standard library. NeedCurrentDirectoryForExePathW will need to be wrapped in Modules/_winapi.c.

Should be fairly simple to do, though it probably requires learning argument clinic (which admittedly I haven't done enough to write the function without copying from elsewhere). I may get back to it eventually, but if someone posts the implementation separately I'm happy to merge two patches to get this in.
History
Date User Action Args
2016-01-16 21:31:49steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, r.david.murray, zach.ware, eryksun, bobjalex, bar.harel, tobytobkin
2016-01-16 21:31:49steve.dowersetmessageid: <1452979909.37.0.288939943302.issue24505@psf.upfronthosting.co.za>
2016-01-16 21:31:49steve.dowerlinkissue24505 messages
2016-01-16 21:31:49steve.dowercreate