cpython/Doc/whatsnew
Petr Viktorin d16856960e
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Py_FrozenMain was added to the Limited C API in [bpo-42591]() (3.10.0a4);
but to fix that issue it would be enough to add it to the regular C API.

The function is undocumented, tests were added very recently ([bpo-44131]()),
and most importantly, it is not present in all builds of Python, as
the linker sometimes omits it as unused.
It should be added back when these issues are fixed.

Note that this does not affect Python's regular C API.
2021-05-25 04:42:03 -07:00
..
2.0.rst
2.1.rst
2.2.rst
2.3.rst
2.4.rst
2.5.rst
2.6.rst
2.7.rst
3.0.rst
3.1.rst
3.2.rst Revert "Fix all Python Cookbook links (#22205)" (GH-22424) 2020-09-27 01:47:25 +01:00
3.3.rst bpo-40204, doc: Fix syntax of C variables (GH-21846) 2020-08-13 22:11:50 +02:00
3.4.rst
3.5.rst bpo-40204: Fix reference to terms in the doc (GH-21865) 2020-08-14 12:20:05 +02:00
3.6.rst bpo-43774: Document configure options (GH-25283) 2021-04-08 22:32:21 +02:00
3.7.rst bpo-43774: Document configure options (GH-25283) 2021-04-08 22:32:21 +02:00
3.8.rst bpo-43774: Enhance debug build documentation (GH-25712) 2021-04-29 13:06:59 +02:00
3.9.rst bpo-44001: improve Literal documentation (GH-25877) 2021-05-04 10:54:12 +02:00
3.10.rst bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) 2021-05-25 04:42:03 -07:00
3.11.rst bpo-26110: Document CALL_METHOD_KW (GH-26159) 2021-05-19 19:32:06 +01:00
changelog.rst
index.rst Doc: What's new in Python 3.11 (GH-25963) 2021-05-07 10:06:45 +02:00