File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ filename funcname name reason
4
4
# #################################
5
5
# mutable but known to be safe
6
6
7
- Python/import.c - inittab_copy -
8
- Python/import.c - PyImport_Inittab -
9
7
Python/pylifecycle.c - _PyRuntime -
10
8
11
9
# All uses of _PyArg_Parser are handled in c-analyzr/cpython/_analyzer.py.
@@ -32,6 +30,12 @@ Python/initconfig.c - Py_IsolatedFlag -
32
30
Python/initconfig.c - Py_LegacyWindowsFSEncodingFlag -
33
31
Python/initconfig.c - Py_LegacyWindowsStdioFlag -
34
32
33
+ # -----------------------
34
+ # effectively const, initialized before init
35
+
36
+ Python/import.c - inittab_copy -
37
+ Python/import.c - PyImport_Inittab -
38
+
35
39
# -----------------------
36
40
# effectively const, initialized during init
37
41
You can’t perform that action at this time.
0 commit comments