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 Thrameos, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-12-16.12:25:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608121547.01.0.0139268063831.issue42529@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I haven't had a chance to set up a test machine with all the requirements.

It's almost certainly something in jpype, to be clear. Most likely it loads a DLL that hasn't been loaded yet, but does it under conditions where it won't load. Nothing we build as part of CPython should do anything interesting on load, at least nothing we can change/fix. So jpype will probably need an update to import something manually.

The only thing I can think of that changed along these lines in 3.9.0 is that we no longer LoadLibrary("api-ms-win-core-path-l1-1-0.dll") at startup (because we can assume that it's present now). That shouldn't matter at all unless jpype is doing some really weird stuff, as it's a system library with no code. But maybe it'll give someone a hint who knows the module better?
History
Date User Action Args
2020-12-16 12:25:47steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Thrameos
2020-12-16 12:25:47steve.dowersetmessageid: <1608121547.01.0.0139268063831.issue42529@roundup.psfhosted.org>
2020-12-16 12:25:47steve.dowerlinkissue42529 messages
2020-12-16 12:25:46steve.dowercreate