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

This commit is contained in:
Carl Meyer 2022-12-16 03:32:09 -07:00 committed by GitHub
parent 2cd5146f27
commit e00266f398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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]