Skip to content

Commit

Permalink
Remove description of tp_watched, just say its internal
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 14, 2022
1 parent 53d33a1 commit b1a1157
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2094,9 +2094,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)

.. c:member:: char PyTypeObject.tp_watched
Bitset marking which of the (up to eight) registered :c:func:`type
watchers<PyType_AddWatcher>` are watching this type (via
:c:func:`PyType_Watch`.)
Internal. Do not use.

.. versionadded:: 3.12

Expand Down

0 comments on commit b1a1157

Please sign in to comment.