summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2022-12-16 13:48:03 (GMT)
committerGitHub <noreply@github.com>2022-12-16 13:48:03 (GMT)
commit0415cf895f96ae3f896f1f25f0c030a820845e13 (patch)
tree6f3a5c8d1bc2707a9f74574c3d7be947e593fa26 /Tools/c-analyzer
parent5ee7eb9debb12914f36c5ccee92460a681516fd6 (diff)
downloadcpython-0415cf895f96ae3f896f1f25f0c030a820845e13.zip
cpython-0415cf895f96ae3f896f1f25f0c030a820845e13.tar.gz
cpython-0415cf895f96ae3f896f1f25f0c030a820845e13.tar.bz2
gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r--Tools/c-analyzer/cpython/ignored.tsv4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv
index c71fc0d..0253169 100644
--- a/Tools/c-analyzer/cpython/ignored.tsv
+++ b/Tools/c-analyzer/cpython/ignored.tsv
@@ -50,10 +50,6 @@ Python/getversion.c - version -
Python/bootstrap_hash.c - _Py_HashSecret_Initialized -
Python/pyhash.c - _Py_HashSecret -
-## internal state - set lazily (*after* first init)
-# XXX Move to _PyRuntimeState (i.e. tie to init/fini cycle)?
-Parser/action_helpers.c _PyPegen_dummy_name cache -
-
##################################
## state tied to Py_Main()