[issue44133] Some C-API symbols (e.g. Py_FrozenMain) are not always exported

STINNER Victor report at bugs.python.org
Wed Jan 12 10:19:37 EST 2022


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

> On Solaris (and most likely several other platforms), `PyThread_get_thread_native_id` is also not available.

Oh, I added an explicit test for that in my PR 30556.

> `Py_FrozenMain` should be added to stable ABI

I suggest to first fix the issue (export the symbol), and then write a second PR to add it to the stable ABI.

----------

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


More information about the Python-bugs-list mailing list