mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
* Add "limited-c-api" and "stable-api" references. * Rename "stable-abi-list" reference to "limited-api-list". * Makefile: Document files regenerated by "make regen-limited-abi" * Remove first empty line in generated files: - Lib/test/test_stable_abi_ctypes.py - PC/python3dll.c
This commit is contained in:
parent
00d73caf80
commit
bae415ad02
17 changed files with 58 additions and 42 deletions
|
@ -887,7 +887,7 @@ because the :ref:`call protocol <call>` takes care of recursion handling.
|
|||
depth limit.
|
||||
|
||||
.. versionchanged:: 3.9
|
||||
This function is now also available in the limited API.
|
||||
This function is now also available in the :ref:`limited API <limited-c-api>`.
|
||||
|
||||
.. c:function:: void Py_LeaveRecursiveCall(void)
|
||||
|
||||
|
@ -895,7 +895,7 @@ because the :ref:`call protocol <call>` takes care of recursion handling.
|
|||
*successful* invocation of :c:func:`Py_EnterRecursiveCall`.
|
||||
|
||||
.. versionchanged:: 3.9
|
||||
This function is now also available in the limited API.
|
||||
This function is now also available in the :ref:`limited API <limited-c-api>`.
|
||||
|
||||
Properly implementing :c:member:`~PyTypeObject.tp_repr` for container types requires
|
||||
special recursion handling. In addition to protecting the stack,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue