diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-05-07 09:20:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 09:20:34 (GMT) |
commit | 39523796554c41f16e74961f7a90dfc30b0eed64 (patch) | |
tree | 6c7188cc441d4b23b0670bf698a559eccd6b8a39 /Tools | |
parent | 472938316a85c706c06ad1b3727a205d5bffcb1f (diff) | |
download | cpython-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.tsv | 1 |
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 - |