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 petr.viktorin
Recipients petr.viktorin, vstinner
Date 2021-10-21.13:04:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634821440.97.0.0639955777311.issue44133@roundup.psfhosted.org>
In-reply-to
Content
> I'm not sure why, but "Py_FrozenMain" is the *only* impacted symbol of the whole C API.

Apparently, on some platforms `PyModule_Create2` and `PyModule_FromDefAndSpec2` don't appear either.

Should I rename the issue to cover these as well?
History
Date User Action Args
2021-10-21 13:04:00petr.viktorinsetrecipients: + petr.viktorin, vstinner
2021-10-21 13:04:00petr.viktorinsetmessageid: <1634821440.97.0.0639955777311.issue44133@roundup.psfhosted.org>
2021-10-21 13:04:00petr.viktorinlinkissue44133 messages
2021-10-21 13:04:00petr.viktorincreate