Skip to content

Commit 5516aeb

Browse files
committed
Remove changes to stable.rst
1 parent 5559162 commit 5516aeb

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

Doc/c-api/stable.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -364,33 +364,3 @@ Contents of Limited API
364364
Currently, the :ref:`Limited API <limited-c-api>` includes the following items:
365365

366366
.. limited-api-list::
367-
368-
369-
Soft-deprecated Symbols
370-
=======================
371-
372-
There are a few symbols included in Python's C API that are
373-
:term:`soft deprecated`. Soft deprecated symbols should not be used in new
374-
code, but have no planned removal for compatibility's sake.
375-
376-
The following is a list of soft deprecated symbols that were included in
377-
Python's public C API by mistake. They intentionally come with no additional
378-
documentation and are only here for completeness. In practice, very few
379-
extensions use these APIs.
380-
381-
.. c:function:: PyObject *PyFile_NewStdPrinter(void)
382-
383-
.. c:var:: PyTypeObject PyStdPrinter_Type
384-
385-
.. c:macro:: PyLong_BASE
386-
387-
.. c:macro:: PyLong_MASK
388-
389-
.. c:macro:: PyLong_SHIFT
390-
391-
.. c:macro:: PySet_MINSIZE
392-
393-
.. c:macro:: PyAsyncGenASend_CheckExact(op)
394-
395-
Do not use these APIs in your extension. They expose Python implementation
396-
details and attempts to use them will not be supported by Python maintainers.

0 commit comments

Comments
 (0)