Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions peps/pep-0743.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ known issues at once, rather than do codebase-wide sweeps for a single kind of
issue, so that we avoid multiple renames of the same function.


Adding the ``Py`` prefix
------------------------

An opt-in macro allows us to omit definitions that could clash with
third-party libraries.


Specification
=============

Expand Down Expand Up @@ -255,7 +248,7 @@ The following API will be omitted with ``Py_OMIT_LEGACY_API`` set:
``_PyThreadState_UncheckedGet()`` ``PyThreadState_GetUnchecked()``
``_PyUnicode_AsString()`` ``PyUnicode_AsUTF8()``
``_Py_HashPointer()`` ``Py_HashPointer()``
``_Py_T_OBJECT`` ``Py_T_OBJECT_EX``
``_Py_T_OBJECT`` (``tp_getset``; docs to be written)
``_Py_WRITE_RESTRICTED`` (no longer needed)
==================================== ==============================

Expand Down