gh-151940: fix Sphinx warnings arising from stable_abi.dat by picnixz · Pull Request #153086 · python/cpython · GitHub
Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions Doc/c-api/intro.rst
3 changes: 3 additions & 0 deletions Doc/c-api/weakref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ specific object types which directly implement weak references. The first is a
simple reference object, and the second acts as a proxy for the original object
as much as it can.

.. c:type:: PyWeakReference

The C structure of the objects used to describe weak references objects.

.. c:function:: int PyWeakref_Check(PyObject *ob)

Expand Down
16 changes: 16 additions & 0 deletions Doc/conf.py
Loading