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 Tibor Csonka, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-03-10.21:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489182621.26.0.258077888832.issue29778@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see. We force load it in PC/getpathp.c to ensure that it's ours and not another version's python3.dll.

We should probably refactor the GetModuleFileNameW call into its own function so we can call it from anywhere we need.
History
Date User Action Args
2017-03-10 21:50:21steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Tibor Csonka
2017-03-10 21:50:21steve.dowersetmessageid: <1489182621.26.0.258077888832.issue29778@psf.upfronthosting.co.za>
2017-03-10 21:50:21steve.dowerlinkissue29778 messages
2017-03-10 21:50:21steve.dowercreate