Skip to content

Commit

Permalink
gh-99767: mark PyTypeObject.tp_watched as internal use only in table (
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm authored Dec 16, 2022
1 parent 2cd5146 commit e00266f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e00266f

Please sign in to comment.