summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython/globals-to-fix.tsv
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-02-10 11:58:14 (GMT)
committerGitHub <noreply@github.com>2023-02-10 11:58:14 (GMT)
commit826bf0e6957fd0addc321d1baee1fa846e9457eb (patch)
treef6ebd5784cfa80106d4d8a99d2090d8f27ab33fc /Tools/c-analyzer/cpython/globals-to-fix.tsv
parentd40a23c0a11060ba7fa076d50980c18a11a13a40 (diff)
downloadcpython-826bf0e6957fd0addc321d1baee1fa846e9457eb.zip
cpython-826bf0e6957fd0addc321d1baee1fa846e9457eb.tar.gz
cpython-826bf0e6957fd0addc321d1baee1fa846e9457eb.tar.bz2
gh-101277: Finalise isolating itertools (GH-101305)
Add repeat, islice, chain, tee, teedataobject, and batched types to module state. Automerge-Triggered-By: GH:erlend-aasland
Diffstat (limited to 'Tools/c-analyzer/cpython/globals-to-fix.tsv')
-rw-r--r--Tools/c-analyzer/cpython/globals-to-fix.tsv22
1 files changed, 0 insertions, 22 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv
index cf2d5c3..52ea0b4 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -335,28 +335,6 @@ Modules/_testcapi/vectorcall.c - MethodDescriptorBase_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorDerived_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorNopGet_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptor2_Type -
-Modules/itertoolsmodule.c - _grouper_type -
-Modules/itertoolsmodule.c - accumulate_type -
-Modules/itertoolsmodule.c - batched_type -
-Modules/itertoolsmodule.c - chain_type -
-Modules/itertoolsmodule.c - combinations_type -
-Modules/itertoolsmodule.c - compress_type -
-Modules/itertoolsmodule.c - count_type -
-Modules/itertoolsmodule.c - cwr_type -
-Modules/itertoolsmodule.c - cycle_type -
-Modules/itertoolsmodule.c - dropwhile_type -
-Modules/itertoolsmodule.c - filterfalse_type -
-Modules/itertoolsmodule.c - groupby_type -
-Modules/itertoolsmodule.c - islice_type -
-Modules/itertoolsmodule.c - pairwise_type -
-Modules/itertoolsmodule.c - permutations_type -
-Modules/itertoolsmodule.c - product_type -
-Modules/itertoolsmodule.c - repeat_type -
-Modules/itertoolsmodule.c - starmap_type -
-Modules/itertoolsmodule.c - takewhile_type -
-Modules/itertoolsmodule.c - tee_type -
-Modules/itertoolsmodule.c - teedataobject_type -
-Modules/itertoolsmodule.c - ziplongest_type -
##################################