From: Carl Meyer Date: Fri, 16 Dec 2022 10:32:09 +0000 (-0700) Subject: gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271) X-Git-Tag: v3.12.0a4~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e00266f39800af9cfb15cb3ad6b795c77044d798;p=thirdparty%2FPython%2Fcpython.git gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271) --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index c7b318b21853..016a92f11dbd 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -147,7 +147,7 @@ Quick Reference +------------------------------------------------+-----------------------------------+-------------------+---+---+---+---+ | :c:member:`~PyTypeObject.tp_vectorcall` | :c:type:`vectorcallfunc` | | | | | | +------------------------------------------------+-----------------------------------+-------------------+---+---+---+---+ - | :c:member:`~PyTypeObject.tp_watched` | char | | | | | | + | [:c:member:`~PyTypeObject.tp_watched`] | char | | | | | | +------------------------------------------------+-----------------------------------+-------------------+---+---+---+---+ .. [#slots]