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 indygreg
Recipients brett.cannon, eric.snow, indygreg, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2021-09-27.03:43:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632714195.07.0.550415352724.issue41994@roundup.psfhosted.org>
In-reply-to
Content
While testing 3.10.0rc2, I noticed that commit 4db8988420e0a122d617df741381b0c385af032c removed _PyImport_FindExtensionObject() from libpython. This breaks both PyOxidizer and py2exe, which rely on this function for a custom implementation of Loader.create_module() to enable loading Windows DLLs from memory.

It can probably be worked around. But I wanted to note it here in case it was an unwanted regression.
History
Date User Action Args
2021-09-27 03:43:15indygregsetrecipients: + indygreg, brett.cannon, ncoghlan, petr.viktorin, eric.snow, serhiy.storchaka
2021-09-27 03:43:15indygregsetmessageid: <1632714195.07.0.550415352724.issue41994@roundup.psfhosted.org>
2021-09-27 03:43:15indygreglinkissue41994 messages
2021-09-27 03:43:14indygregcreate