Skip to content

Commit b1a1157

Browse files
committed
Remove description of tp_watched, just say its internal
1 parent 53d33a1 commit b1a1157

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/c-api/typeobj.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -2094,9 +2094,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
20942094

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

21012099
.. versionadded:: 3.12
21022100

0 commit comments

Comments
 (0)