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 vstinner
Recipients vstinner
Date 2021-05-14.21:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621026888.6.0.0817397611575.issue44133@roundup.psfhosted.org>
In-reply-to
Content
The symbol is not exported on Windows neither. My PR 26126 ("Test Py_FrozenMain()") fails on Windows with:

"_testembed.obj : error LNK2001: unresolved external symbol __imp_Py_FrozenMain"

("__imp_" prefix is added by Windows DLL loader.)
History
Date User Action Args
2021-05-14 21:14:48vstinnersetrecipients: + vstinner
2021-05-14 21:14:48vstinnersetmessageid: <1621026888.6.0.0817397611575.issue44133@roundup.psfhosted.org>
2021-05-14 21:14:48vstinnerlinkissue44133 messages
2021-05-14 21:14:48vstinnercreate