summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2021-10-14-22-16-56.bpo-45474.1OkJQh.rst
blob: d41f1b72b8966f5e342fcef3a69680eee6e82bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
The following items are no longer available when ``Py_LIMITED_API`` is defined:

* :c:func:`PyMarshal_WriteLongToFile`
* :c:func:`PyMarshal_WriteObjectToFile`
* :c:func:`PyMarshal_ReadObjectFromString`
* :c:func:`PyMarshal_WriteObjectToString`
* the ``Py_MARSHAL_VERSION`` macro

These are not part of the :ref:`limited API <stable-abi-list>`.

Patch by Victor Stinner.