[issue44133] "Py_FrozenMain" symbol is not exported

STINNER Victor report at bugs.python.org
Fri May 14 17:14:48 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

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.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44133>
_______________________________________


More information about the Python-bugs-list mailing list