mirror of https://github.com/python/cpython
gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
This commit is contained in:
parent
2cd5146f27
commit
e00266f398
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue