summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-02-20 13:46:20 (GMT)
committerGitHub <noreply@github.com>2023-02-20 13:46:20 (GMT)
commitc00faf79438cc7f0d98af2679c695f747e4369a3 (patch)
tree9245f12ae35af5be4f308decb0d0e5512f4b0a1f /Tools
parent27136310414965a3ea7f835e416cf74b91cefb48 (diff)
downloadcpython-c00faf79438cc7f0d98af2679c695f747e4369a3.zip
cpython-c00faf79438cc7f0d98af2679c695f747e4369a3.tar.gz
cpython-c00faf79438cc7f0d98af2679c695f747e4369a3.tar.bz2
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Adapt StringIO, TextIOWrapper, FileIO, Buffered*, and BytesIO types. Automerge-Triggered-By: GH:erlend-aasland
Diffstat (limited to 'Tools')
-rw-r--r--Tools/c-analyzer/cpython/globals-to-fix.tsv8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv
index 6011b16..2e28c50 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -317,19 +317,11 @@ Modules/_collectionsmodule.c - dequeiter_type -
Modules/_collectionsmodule.c - dequereviter_type -
Modules/_collectionsmodule.c - tuplegetter_type -
Modules/_io/bufferedio.c - PyBufferedIOBase_Type -
-Modules/_io/bufferedio.c - PyBufferedRWPair_Type -
-Modules/_io/bufferedio.c - PyBufferedRandom_Type -
-Modules/_io/bufferedio.c - PyBufferedReader_Type -
-Modules/_io/bufferedio.c - PyBufferedWriter_Type -
-Modules/_io/bytesio.c - PyBytesIO_Type -
Modules/_io/bytesio.c - _PyBytesIOBuffer_Type -
-Modules/_io/fileio.c - PyFileIO_Type -
Modules/_io/iobase.c - PyIOBase_Type -
Modules/_io/iobase.c - PyRawIOBase_Type -
-Modules/_io/stringio.c - PyStringIO_Type -
Modules/_io/textio.c - PyIncrementalNewlineDecoder_Type -
Modules/_io/textio.c - PyTextIOBase_Type -
-Modules/_io/textio.c - PyTextIOWrapper_Type -
Modules/_io/winconsoleio.c - PyWindowsConsoleIO_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorBase_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorDerived_Type -