Skip to content

Commit fd936f3

Browse files
committed
Add g_dict_watch_once to ignored
1 parent da3c401 commit fd936f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Made :c:func:`PyDict_AddWatcher`, :c:func:`PyDict_ClearWatcher`,
2+
:c:func:`PyDict_Watch`, and :c:func:`PyDict_Unwatch` thread-safe on the
3+
:term:`free threaded <free threading>` build.

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ Modules/_testcapi/object.c - MyObject_dealloc_called -
464464
Modules/_testcapi/object.c - MyType -
465465
Modules/_testcapi/structmember.c - test_structmembersType_OldAPI -
466466
Modules/_testcapi/watchers.c - g_dict_watch_events -
467+
Modules/_testcapi/watchers.c - g_dict_watch_once -
467468
Modules/_testcapi/watchers.c - g_dict_watchers_installed -
468469
Modules/_testcapi/watchers.c - g_type_modified_events -
469470
Modules/_testcapi/watchers.c - g_type_watchers_installed -

0 commit comments

Comments
 (0)