Message404748
| 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 | <1634898946.36.0.035654326704.issue44133@roundup.psfhosted.org> |
| 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/capi-sig@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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-22 10:35:46 | petr.viktorin | set | recipients: + petr.viktorin, vstinner, miss-islington |
| 2021-10-22 10:35:46 | petr.viktorin | set | messageid: <1634898946.36.0.035654326704.issue44133@roundup.psfhosted.org> |
| 2021-10-22 10:35:46 | petr.viktorin | link | issue44133 messages |
| 2021-10-22 10:35:46 | petr.viktorin | create | |