We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d48c1 commit 21f42eeCopy full SHA for 21f42ee
Doc/whatsnew/3.12.rst
@@ -575,10 +575,11 @@ New Features
575
:c:func:`PyDict_AddWatch` and related APIs to be called whenever a dictionary
576
is modified. This is intended for use by optimizing interpreters, JIT
577
compilers, or debuggers.
578
+ (Contributed by Carl Meyer in :gh:`91052`.)
579
580
* Added :c:func:`PyType_AddWatcher` and :c:func:`PyType_Watch` API to register
581
callbacks to receive notification on changes to a type.
- (Contributed by Carl Meyer in :gh:`97875`.)
582
+ (Contributed by Carl Meyer in :gh:`91051`.)
583
584
585
Porting to Python 3.12
0 commit comments