Skip to content

Commit 754944f

Browse files
Re-organize the ignored list a tiny bit.
1 parent cf9ff3e commit 754944f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ filename funcname name reason
44
##################################
55
# mutable but known to be safe
66

7-
Python/import.c - inittab_copy -
8-
Python/import.c - PyImport_Inittab -
97
Python/pylifecycle.c - _PyRuntime -
108

119
# All uses of _PyArg_Parser are handled in c-analyzr/cpython/_analyzer.py.
@@ -32,6 +30,12 @@ Python/initconfig.c - Py_IsolatedFlag -
3230
Python/initconfig.c - Py_LegacyWindowsFSEncodingFlag -
3331
Python/initconfig.c - Py_LegacyWindowsStdioFlag -
3432

33+
#-----------------------
34+
# effectively const, initialized before init
35+
36+
Python/import.c - inittab_copy -
37+
Python/import.c - PyImport_Inittab -
38+
3539
#-----------------------
3640
# effectively const, initialized during init
3741

0 commit comments

Comments
 (0)