diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-10-14-22-16-56.bpo-45474.1OkJQh.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-10-14-22-16-56.bpo-45474.1OkJQh.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-10-14-22-16-56.bpo-45474.1OkJQh.rst b/Misc/NEWS.d/next/C API/2021-10-14-22-16-56.bpo-45474.1OkJQh.rst deleted file mode 100644 index d41f1b7..0000000 --- a/Misc/NEWS.d/next/C API/2021-10-14-22-16-56.bpo-45474.1OkJQh.rst +++ /dev/null @@ -1,11 +0,0 @@ -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. |