[issue42591] Method Py_FrozenMain missing in libpython3.9

STINNER Victor report at bugs.python.org
Thu Dec 10 04:45:00 EST 2020


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

I wrote PR 23730 to fix the issue. Would it be possible for you to test it?

Since Python 3.9, symbols which are not explicitly exported are no longer exported. Python now uses -fvisibility=hidden.

----------

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


More information about the Python-bugs-list mailing list