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, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-23.01:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550887150.56.0.982016970249.issue36085@roundup.psfhosted.org>
In-reply-to
Content
I'm very against doing magic to extract the names from the DLL, but maybe we could have a search path in the parent package? Then add/remove it around importing the module.

I think you're right that we just need to update the LoadLibrary flags, but will those also apply to dependencies of the loaded module? I thought not...
History
Date User Action Args
2019-02-23 01:59:10steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, tim.golden, jkloth, eric.snow, zach.ware, eryksun
2019-02-23 01:59:10steve.dowersetmessageid: <1550887150.56.0.982016970249.issue36085@roundup.psfhosted.org>
2019-02-23 01:59:10steve.dowerlinkissue36085 messages
2019-02-23 01:59:10steve.dowercreate