Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21f42ee

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎Doc/whatsnew/3.12.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.12.rst
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.