8000 Fix the globals list. · python/cpython@883856b · GitHub
[go: up one dir, main page]

Skip to content

Commit 883856b

Browse files
Fix the globals list.
1 parent a75be9b commit 883856b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Tools/c-analyzer/cpython/globals-to-fix.tsv

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,9 @@ Objects/sliceobject.c - _Py_EllipsisObject -
302302
##################################
303303
## global non-objects to fix in core code
304304

305-
##-----------------------
306-
## effectively-const but initialized lazily
307-
308305
##-----------------------
309306
## state
310307

311-
## other
312308
Objects/object.c - _Py_RefTotal -
313309
Python/thread_pthread_stubs.h - py_tls_entries -
314310

@@ -367,9 +363,8 @@ Modules/itertoolsmodule.c - teedataobject_type -
367363
Modules/itertoolsmodule.c - ziplongest_type -
368364

369365
##-----------------------
370-
## other
371-
372366
## state
367+
373368
Modules/faulthandler.c - fatal_error -
374369
Modules/faulthandler.c - thread -
375370
Modules/faulthandler.c - user_signals -

0 commit comments

Comments
 (0)
0