From b1a1157fec2c23840b3117f385104da9273501bd Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Wed, 14 Dec 2022 11:23:36 -0800 Subject: [PATCH] Remove description of tp_watched, just say its internal --- Doc/c-api/typeobj.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 81f8749dc7c597..c7b318b21853e5 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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` are watching this type (via - :c:func:`PyType_Watch`.) + Internal. Do not use. .. versionadded:: 3.12