Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'main' into sphinx-3-func-glob
# Conflicts:
#	Doc/c-api/typeobj.rst
  • Loading branch information
AA-Turner committed Oct 5, 2022
commit 1afcdb79ad794043763386fdc8828bc65c351eb8
2 changes: 1 addition & 1 deletion Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
than zero and contains the offset in the instance structure of the weak
reference list head (ignoring the GC header, if present); this offset is used by
:c:func:`PyObject_ClearWeakRefs` and the ``PyWeakref_*`` functions. The
instance structure needs to include a field of type :c:type:`PyObject*` which is
instance structure needs to include a field of type :c:expr:`PyObject*` which is
initialized to ``NULL``.

Do not confuse this field with :c:member:`~PyTypeObject.tp_weaklist`; that is the list head for
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.