bpo-40939: Remove even more references to the old parser (GH-21642) · python/cpython@b3fbff7 · GitHub
Skip to content

Commit b3fbff7

Browse files
authored
bpo-40939: Remove even more references to the old parser (GH-21642)
Automerge-Triggered-By: @lysnikolaou
1 parent 72cabb2 commit b3fbff7

5 files changed

Lines changed: 0 additions & 17 deletions

File tree

Include/internal/pycore_interp.h

Lines changed: 0 additions & 9 deletions

Makefile.pre.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ coverage-lcov:
545545
'*/Modules/zlib/*' \
546546
'*/Include/*' \
547547
'*/Modules/xx*.c' \
548-
'*/Parser/listnode.c' \
549548
'*/Python/pyfpe.c' \
550549
'*/Python/pystrcmp.c' \
551550
'/usr/include/*' \

Tools/c-analyzer/TODO

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Objects/object.c:_Py_RefTotal Py_ssize_t _Py_
6464
Objects/tupleobject.c:_Py_fast_tuple_allocs Py_ssize_t _Py_fast_tuple_allocs
6565
Objects/tupleobject.c:_Py_tuple_zero_allocs Py_ssize_t _Py_tuple_zero_allocs
6666
Objects/typeobject.c:next_version_tag static unsigned int next_version_tag
67-
Parser/listnode.c:atbol static int atbol
68-
Parser/listnode.c:level static int level
6967
Python/Python-ast.c:init_types():initialized static int initialized
7068
Python/bootstrap_hash.c:urandom_cache static struct { int fd; dev_t st_dev; ino_t st_ino; } urandom_cache
7169
Python/ceval.c:_Py_CheckRecursionLimit int _Py_CheckRecursionLimit

Tools/c-analyzer/cpython/_generate.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ def find_matching_variable(varid, varcache, allfilenames, *,
183183
'float_format': 'static float_format_type ',
184184
'detected_double_format': 'static float_format_type ',
185185
'detected_float_format': 'static float_format_type ',
186-
# Parser/listnode.c
187-
'level': 'static int ',
188-
'atbol': 'static int ',
189186
# Python/dtoa.c
190187
'private_mem': 'static double private_mem[PRIVATE_mem]',
191188
'pmem_next': 'static double *',

Tools/c-analyzer/known.tsv

Lines changed: 0 additions & 2 deletions

0 commit comments

Comments
 (0)