mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
gh-99767: mark PyTypeObject.tp_watched as internal use only in table (#100271)
This commit is contained in:
parent
2cd5146f27
commit
e00266f398
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue