File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -364,33 +364,3 @@ Contents of Limited API
364364Currently, 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.
You can’t perform that action at this time.
0 commit comments