summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-05-07 09:20:34 (GMT)
committerGitHub <noreply@github.com>2023-05-07 09:20:34 (GMT)
commit39523796554c41f16e74961f7a90dfc30b0eed64 (patch)
tree6c7188cc441d4b23b0670bf698a559eccd6b8a39 /Tools
parent472938316a85c706c06ad1b3727a205d5bffcb1f (diff)
downloadcpython-39523796554c41f16e74961f7a90dfc30b0eed64.zip
cpython-39523796554c41f16e74961f7a90dfc30b0eed64.tar.gz
cpython-39523796554c41f16e74961f7a90dfc30b0eed64.tar.bz2
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Diffstat (limited to 'Tools')
-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 165bd74..b195dab 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -321,7 +321,6 @@ Modules/_io/bufferedio.c - PyBufferedIOBase_Type -
Modules/_io/bytesio.c - _PyBytesIOBuffer_Type -
Modules/_io/iobase.c - PyIOBase_Type -
Modules/_io/iobase.c - PyRawIOBase_Type -
-Modules/_io/textio.c - PyIncrementalNewlineDecoder_Type -
Modules/_io/textio.c - PyTextIOBase_Type -
Modules/_io/winconsoleio.c - PyWindowsConsoleIO_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorBase_Type -