Skip to content

Commit 7912268

Browse files
committed
Update c-analyzer/cpython/ignored.tsv.
1 parent 4f8cd77 commit 7912268

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ Python/thread_pthread.h PyThread__init_thread lib_initialized -
2828
##-----------------------
2929
## other values (not Python-specific)
3030

31+
# computed by runtime init, before interpreters created
32+
Objects/longobject.c - log_base_BASE -
33+
Objects/longobject.c - convwidth_base -
34+
Objects/longobject.c - convmultmax_base -
35+
3136
## cached computed data - set lazily (*after* first init)
3237
# XXX Are these safe relative to write races?
33-
Objects/longobject.c long_from_non_binary_base log_base_BASE -
34-
Objects/longobject.c long_from_non_binary_base convwidth_base -
35-
Objects/longobject.c long_from_non_binary_base convmultmax_base -
3638
Objects/unicodeobject.c - bloom_linebreak -
3739
# This is safe:
3840
Objects/unicodeobject.c _init_global_state initialized -

0 commit comments

Comments
 (0)