summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-01-21 12:01:15 +0100
committerGitHub <noreply@github.com>2023-01-21 12:01:15 +0100
commit13566a37c2f27b7f3a5ef1ecf4288230171b7daf (patch)
treeecf43d81477bff1b623331ad6375b921dad11c54 /Tools/c-analyzer
parent401fdf9c851eb61229250ebffa942adca99b36d1 (diff)
downloadcpython-git-13566a37c2f27b7f3a5ef1ecf4288230171b7daf.tar.gz
GH-92123: Move _elementtree heap types to module state (#101187)
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r--Tools/c-analyzer/cpython/globals-to-fix.tsv4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv
index cd08782edc..761a2ab43e 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -425,10 +425,6 @@ Modules/_decimal/_decimal.c - PyDecContextManager_Type -
Modules/_decimal/_decimal.c - PyDecContext_Type -
Modules/_decimal/_decimal.c - PyDecSignalDictMixin_Type -
Modules/_decimal/_decimal.c - PyDec_Type -
-Modules/_elementtree.c - ElementIter_Type -
-Modules/_elementtree.c - Element_Type -
-Modules/_elementtree.c - TreeBuilder_Type -
-Modules/_elementtree.c - XMLParser_Type -
Modules/_pickle.c - Pdata_Type -
Modules/_pickle.c - PicklerMemoProxyType -
Modules/_pickle.c - Pickler_Type -