Skip to content

Commit f919c15

Browse files
committed
PEP 743: Remove redundant section and use correct replacement for _Py_T_OBJECT
1 parent 94de8a6 commit f919c15

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

peps/pep-0743.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ known issues at once, rather than do codebase-wide sweeps for a single kind of
110110
issue, so that we avoid multiple renames of the same function.
111111

112112

113-
Adding the ``Py`` prefix
114-
------------------------
115-
116-
An opt-in macro allows us to omit definitions that could clash with
117-
third-party libraries.
118-
119-
120113
Specification
121114
=============
122115

@@ -255,7 +248,7 @@ The following API will be omitted with ``Py_OMIT_LEGACY_API`` set:
255248
``_PyThreadState_UncheckedGet()`` ``PyThreadState_GetUnchecked()``
256249
``_PyUnicode_AsString()`` ``PyUnicode_AsUTF8()``
257250
``_Py_HashPointer()`` ``Py_HashPointer()``
258-
``_Py_T_OBJECT`` ``Py_T_OBJECT_EX``
251+
``_Py_T_OBJECT`` (``tp_getset``; docs to be written)
259252
``_Py_WRITE_RESTRICTED`` (no longer needed)
260253
==================================== ==============================
261254

0 commit comments

Comments
 (0)