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 Ray Donnelly, barry, paul.moore, steve.dower, tim.golden, xoviat, zach.ware
Date 2018-01-13.20:47:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515876429.46.0.467229070634.issue32516@psf.upfronthosting.co.za>
In-reply-to
Content
How is this an improvement over loading the DLL explicitly? Even if subpackages require the file, your top level __init__.py will run before they are loaded and it can import a pyd that's known to be next to the file or it can LoadLibrary the contents of .libs itself.

Modifying the search path is not entirely robust, as you know, but once a DLL is loaded it doesn't need to be on the path to be found.
History
Date User Action Args
2018-01-13 20:47:09steve.dowersetrecipients: + steve.dower, barry, paul.moore, tim.golden, zach.ware, xoviat, Ray Donnelly
2018-01-13 20:47:09steve.dowersetmessageid: <1515876429.46.0.467229070634.issue32516@psf.upfronthosting.co.za>
2018-01-13 20:47:09steve.dowerlinkissue32516 messages
2018-01-13 20:47:09steve.dowercreate