Skip to content

Commit 5e6b45b

Browse files
committed
Move endian_tables_init_once to ignored.tsv
1 parent 2977abf commit 5e6b45b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ Modules/_cursesmodule.c - curses_setupterm_called -
419419
Modules/_cursesmodule.c - curses_start_color_called -
420420
Modules/_cursesmodule.c - curses_screen_encoding -
421421
Modules/_elementtree.c - expat_capi -
422-
Modules/_struct.c - endian_tables_init_once -
423422
Modules/readline.c - libedit_append_replace_history_offset -
424423
Modules/readline.c - using_libedit_emulation -
425424
Modules/readline.c - libedit_history_start -

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Modules/posixmodule.c os_dup2_impl dup3_works -
2424

2525
## guards around resource init
2626
Python/thread_pthread.h PyThread__init_thread lib_initialized -
27+
Modules/_struct.c - endian_tables_init_once -
2728

2829
##-----------------------
2930
## other values (not Python-specific)

0 commit comments

Comments
 (0)