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 eryksun
Recipients eryksun, jkloth, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-01-25.17:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611597089.24.0.705795334905.issue43022@roundup.psfhosted.org>
In-reply-to
Content
"python3.dll" doesn't directly depend on "python39.dll", so the loader waits to load it until first accessed via GetProcAddress(). It should remember the activation context of "python3.dll", such as whether it was loaded with a fully-qualified path and LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR | LOAD_LIBRARY_SEARCH_DEFAULT_DIRS -- or LOAD_WITH_ALTERED_SEARCH_PATH. It works for me.
History
Date User Action Args
2021-01-25 17:51:29eryksunsetrecipients: + eryksun, paul.moore, tim.golden, jkloth, zach.ware, steve.dower
2021-01-25 17:51:29eryksunsetmessageid: <1611597089.24.0.705795334905.issue43022@roundup.psfhosted.org>
2021-01-25 17:51:29eryksunlinkissue43022 messages
2021-01-25 17:51:29eryksuncreate