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 WildCard65
Recipients Thrameos, WildCard65, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-12-18.23:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608335722.62.0.0730180582488.issue42529@roundup.psfhosted.org>
In-reply-to
Content
You may need to inject a LoadLibraryExW detour into your python runtime before _jpype is loaded and output all the library names its requesting.

You may need to detour all Load 
Library functions for maximum coverage.
History
Date User Action Args
2020-12-18 23:55:22WildCard65setrecipients: + WildCard65, paul.moore, tim.golden, zach.ware, steve.dower, Thrameos
2020-12-18 23:55:22WildCard65setmessageid: <1608335722.62.0.0730180582488.issue42529@roundup.psfhosted.org>
2020-12-18 23:55:22WildCard65linkissue42529 messages
2020-12-18 23:55:22WildCard65create