[Python-checkins] gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)

kumaraditya303 webhook-mailer at python.org
Fri Dec 16 05:32:15 EST 2022


https://github.com/python/cpython/commit/e00266f39800af9cfb15cb3ad6b795c77044d798
commit: e00266f39800af9cfb15cb3ad6b795c77044d798
branch: main
author: Carl Meyer <carl at oddbird.net>
committer: kumaraditya303 <59607654+kumaraditya303 at users.noreply.github.com>
date: 2022-12-16T16:02:09+05:30
summary:

gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)

files:
M Doc/c-api/typeobj.rst

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]



More information about the Python-checkins mailing list