cpython/Misc/NEWS.d/next/C API
Petr Viktorin 7cad9cb51b
bpo-43795: Don't list private names in the limited API (GH-26740)
* Remove struct _node from the stable ABI list

This struct was removed along with the old parser in Python 3.9 (PEP 617)

* Stable ABI list: Use the public name "PyFrameObject" rather than "_frame"

* Ensure limited API doesn't contain private names

Names prefixed by an underscore are private by definition.

* Add a blurb
2021-06-16 11:22:36 +02:00
..
2021-05-04-17-43-39.bpo-44029.ayX4PR.rst bpo-44029: Remove Py_UNICODE APIs (GH-25881) 2021-05-07 15:58:29 +09:00
2021-05-05-19-04-50.bpo-43795.9Ojj73.rst bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920) 2021-05-05 19:32:21 +02:00
2021-05-10-14-34-22.bpo-44094.HayXZO.rst bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011) 2021-05-13 13:45:26 -07:00
2021-05-12-12-24-45.bpo-44113.DcgOqE.rst bpo-44113: Deprecate old functions to config Python init (GH-26060) 2021-05-12 23:59:25 +02:00
2021-05-19-15-09-47.bpo-43795.WAHRxt.rst bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) 2021-05-25 04:42:03 -07:00
2021-05-31-11-31-13.bpo-44263.8mIOfV.rst bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463) 2021-06-01 23:37:12 +02:00
2021-06-10-15-22-31.bpo-44378.jGYakF.rst bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) 2021-06-11 10:35:36 +02:00
2021-06-15-16-28-18.bpo-43795.fy0AXK.rst bpo-43795: Don't list private names in the limited API (GH-26740) 2021-06-16 11:22:36 +02:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

Put news entry `blurb`_ files for the *C API* section in this directory.

.. _blurb: https://pypi.org/project/blurb/