diff options
author | Carl Meyer <carl@oddbird.net> | 2022-12-16 10:32:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 10:32:09 (GMT) |
commit | e00266f39800af9cfb15cb3ad6b795c77044d798 (patch) | |
tree | 5002d369f8295bf74101a5afb446f095db9509a7 | |
parent | 2cd5146f273f8e6e7cfeccb19676907294ba1ace (diff) | |
download | cpython-e00266f39800af9cfb15cb3ad6b795c77044d798.zip cpython-e00266f39800af9cfb15cb3ad6b795c77044d798.tar.gz cpython-e00266f39800af9cfb15cb3ad6b795c77044d798.tar.bz2 |
gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
-rw-r--r-- | Doc/c-api/typeobj.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index c7b318b..016a92f 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] |