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 eryksun, mhammond, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-10.15:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452440909.95.0.0900965857461.issue26071@psf.upfronthosting.co.za>
In-reply-to
Content
Ultimately, launching python.exe is better than loading python##.dll here because it avoids DLL planting vulnerabilities, but I'm honestly a little surprised still that LoadLibrary won't resolve vcruntime in this case. Been a while since I looked, and I haven't had a chance to check for this yet, but why isn't the directory containing the loaded DLL searched for dependencies?
History
Date User Action Args
2016-01-10 15:48:30steve.dowersetrecipients: + steve.dower, mhammond, paul.moore, tim.golden, zach.ware, eryksun
2016-01-10 15:48:29steve.dowersetmessageid: <1452440909.95.0.0900965857461.issue26071@psf.upfronthosting.co.za>
2016-01-10 15:48:29steve.dowerlinkissue26071 messages
2016-01-10 15:48:29steve.dowercreate