Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doc build issues
  • Loading branch information
carljm committed Oct 8, 2022
commit 26ddee2fc861b6c849048821d1f03865b8928e8d
2 changes: 1 addition & 1 deletion Doc/c-api/type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Type Objects
.. versionadded:: 3.12


.. c:function:: int (*PyType_WatchCallback)(PyObject *type)
.. c:type:: int (*PyType_WatchCallback)(PyObject *type)

Type of a type-watcher callback function.

Expand Down
1 change: 0 additions & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ New Features
:c:func:`PyDict_AddWatch` and related APIs to be called whenever a dictionary
is modified. This is intended for use by optimizing interpreters, JIT
compilers, or debuggers.
(Contributed by Carl Meyer in :gh:`31787`.)

* Added :c:func:`PyType_AddWatcher` and :c:func:`PyType_Watch` API to register
Comment thread
carljm marked this conversation as resolved.
callbacks to receive notification on changes to a type.
Expand Down