summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/cpython/globals-to-fix.tsv
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-01-12 20:42:03 (GMT)
committerGitHub <noreply@github.com>2023-01-12 20:42:03 (GMT)
commitb511d3512ba334475201baf4d9db7c4d28f0a9ad (patch)
tree20e39db24369703dfbe148d90b05b7ff5c0d5b35 /Tools/c-analyzer/cpython/globals-to-fix.tsv
parent005e69403d638f9ff8f71e59960c600016e101a4 (diff)
downloadcpython-b511d3512ba334475201baf4d9db7c4d28f0a9ad.zip
cpython-b511d3512ba334475201baf4d9db7c4d28f0a9ad.tar.gz
cpython-b511d3512ba334475201baf4d9db7c4d28f0a9ad.tar.bz2
GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-100998)
_testinternalcapi is an internal module used for testing. https://github.com/python/cpython/issues/100997
Diffstat (limited to 'Tools/c-analyzer/cpython/globals-to-fix.tsv')
-rw-r--r--Tools/c-analyzer/cpython/globals-to-fix.tsv1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv
index 479221c..cd08782 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -523,7 +523,6 @@ Modules/_asynciomodule.c - all_tasks -
Modules/_asynciomodule.c - current_tasks -
Modules/_asynciomodule.c - iscoroutine_typecache -
Modules/_ctypes/_ctypes.c - _ctypes_ptrtype_cache -
-Modules/_testinternalcapi.c - record_list -
Modules/_tkinter.c - tcl_lock -
Modules/_tkinter.c - excInCmd -
Modules/_tkinter.c - valInCmd -