summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-05-07 11:23:11 +0200
committerGitHub <noreply@github.com>2023-05-07 11:23:11 +0200
commitcab1298a6022ddf12ddcdadd74bb8741650d8e9f (patch)
treecda4c8d85b645b2c092fec1f0bb2a8afe24dba17 /Tools/c-analyzer
parent39523796554c41f16e74961f7a90dfc30b0eed64 (diff)
downloadcpython-git-cab1298a6022ddf12ddcdadd74bb8741650d8e9f.tar.gz
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Diffstat (limited to 'Tools/c-analyzer')
-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 b195dab9cc..ffe1515244 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -322,7 +322,6 @@ Modules/_io/bytesio.c - _PyBytesIOBuffer_Type -
Modules/_io/iobase.c - PyIOBase_Type -
Modules/_io/iobase.c - PyRawIOBase_Type -
Modules/_io/textio.c - PyTextIOBase_Type -
-Modules/_io/winconsoleio.c - PyWindowsConsoleIO_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorBase_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorDerived_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorNopGet_Type -