Skip to content

Commit 21f42ee

Browse files
committed
Fix issue number in whatsnew (and add for dict watchers too)
1 parent 71d48c1 commit 21f42ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,11 @@ New Features
575575
:c:func:`PyDict_AddWatch` and related APIs to be called whenever a dictionary
576576
is modified. This is intended for use by optimizing interpreters, JIT
577577
compilers, or debuggers.
578+
(Contributed by Carl Meyer in :gh:`91052`.)
578579

579580
* Added :c:func:`PyType_AddWatcher` and :c:func:`PyType_Watch` API to register
580581
callbacks to receive notification on changes to a type.
581-
(Contributed by Carl Meyer in :gh:`97875`.)
582+
(Contributed by Carl Meyer in :gh:`91051`.)
582583

583584

584585
Porting to Python 3.12

0 commit comments

Comments
 (0)