Petr Viktorin <encu...@gmail.com> added the comment:

Repurposing this bug to track all symbols that don't appear in some 
configurations.

- `Py_FrozenMain` should be added to stable ABI when this is fixed. It was left 
out of the 3.10 stable ABI for only this reason. See discussion here: 
https://mail.python.org/archives/list/capi-...@python.org/thread/5QLI3NUP3OSGLCCIBAQOTX4GEJQBWJ6F/

- `PyModule_Create2` and `PyModule_FromDefAndSpec2` are "temporarily" excluded 
from tests in `Tools/scripts/stable_abi.py`'s `gen_ctypes_test`, so that all 
the other symbols can get regression testing. When this issue is fixed, that 
special case should be removed.

----------
title: "Py_FrozenMain" symbol is not exported -> Some C-API symbols (e.g. 
Py_FrozenMain) are not always exported

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to