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 petr.viktorin
Recipients miss-islington, petr.viktorin, vstinner
Date 2021-10-22.10:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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/[email protected]/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.
History
Date User Action Args
2021-10-22 10:35:46petr.viktorinsetrecipients: + petr.viktorin, vstinner, miss-islington
2021-10-22 10:35:46petr.viktorinsetmessageid: <[email protected]>
2021-10-22 10:35:46petr.viktorinlinkissue44133 messages
2021-10-22 10:35:46petr.viktorincreate