]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
authorCarl Meyer <carl@oddbird.net>
Fri, 16 Dec 2022 10:32:09 +0000 (03:32 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2022 10:32:09 +0000 (16:02 +0530)
Doc/c-api/typeobj.rst

index c7b318b21853e5bd7c1a5c1744285329ab8deeee..016a92f11dbd5bd64df64a57e15b2fc866e728dd 100644 (file)
@@ -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]