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 brett.cannon, eric.snow, eryksun, jkloth, lukasz.langa, mattip, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-12.19:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552419947.16.0.718406420516.issue36085@roundup.psfhosted.org>
In-reply-to
Content
> The alternative ...

Is what I proposed in the first place. Adding the SetDefaultDllDirectories call to Py_Main (that is, NOT for embedders) is to ensure consistency throughout the process. It'll only affect extension module dependencies that do their own delay loading and currently rely on unsupported resolve paths.

Since everyone seems to have misunderstood at least part of the proposal, I'm not going to explain any more until I have a patch. Excluding boilerplate and docs, it'll be about ten lines of code.
History
Date User Action Args
2019-03-12 19:45:47steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, tim.golden, jkloth, lukasz.langa, eric.snow, zach.ware, mattip, eryksun
2019-03-12 19:45:47steve.dowersetmessageid: <1552419947.16.0.718406420516.issue36085@roundup.psfhosted.org>
2019-03-12 19:45:47steve.dowerlinkissue36085 messages
2019-03-12 19:45:47steve.dowercreate