Skip to content
Merged
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 issue number in whatsnew (and add for dict watchers too)
  • Loading branch information
carljm committed Oct 9, 2022
commit 21f42ee9a029ffb9a1b51d867136426e05620f9c
3 changes: 2 additions & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,11 @@ 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:`91052`.)

* 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.
(Contributed by Carl Meyer in :gh:`97875`.)
(Contributed by Carl Meyer in :gh:`91051`.)


Porting to Python 3.12
Expand Down