From 4962bd872db3369e6b92fa8dc2ff68122e1bb13f Mon Sep 17 00:00:00 2001 From: benediktjohannes Date: Sat, 17 Jan 2026 21:47:14 +0100 Subject: [PATCH 1/2] Fixes #143978 "# It initialized only once when main interpeter starts" ("interpeter") has to be "# It initialized only once when main interpreter starts" ("interpreter"). --- Tools/c-analyzer/cpython/ignored.tsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index 6ad3fc5f76e57a..9a1be32dbe446e 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -347,7 +347,7 @@ Objects/obmalloc.c - obmalloc_state_main - Objects/obmalloc.c - obmalloc_state_initialized - Objects/typeobject.c - name_op - Objects/typeobject.c - slotdefs - -# It initialized only once when main interpeter starts +# It initialized only once when main interpreter starts Objects/typeobject.c - slotdefs_name_counts - Objects/unicodeobject.c - stripfuncnames - Objects/unicodeobject.c - utf7_category - From adf275b23bc49d079a4e16083f06f04f17389fc8 Mon Sep 17 00:00:00 2001 From: benediktjohannes Date: Sat, 17 Jan 2026 21:51:42 +0100 Subject: [PATCH 2/2] Fixes another typo --- Tools/c-analyzer/cpython/ignored.tsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index 9a1be32dbe446e..9bef9315886b0b 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -347,7 +347,7 @@ Objects/obmalloc.c - obmalloc_state_main - Objects/obmalloc.c - obmalloc_state_initialized - Objects/typeobject.c - name_op - Objects/typeobject.c - slotdefs - -# It initialized only once when main interpreter starts +# It is initialized only once when main interpreter starts Objects/typeobject.c - slotdefs_name_counts - Objects/unicodeobject.c - stripfuncnames - Objects/unicodeobject.c - utf7_category -