summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-05-07 14:01:27 (GMT)
committerGitHub <noreply@github.com>2023-05-07 14:01:27 (GMT)
commit7a7eaff95c7a400449822bbabd94524b8f87299c (patch)
treeb091c97fe43bcf54592ab5618f6bf1cb4d8c50f3 /Tools
parenta05bad3254e2ae5fdf558dfdb65899a2298d8ded (diff)
downloadcpython-7a7eaff95c7a400449822bbabd94524b8f87299c.zip
cpython-7a7eaff95c7a400449822bbabd94524b8f87299c.tar.gz
cpython-7a7eaff95c7a400449822bbabd94524b8f87299c.tar.bz2
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
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 ffe1515..453f63e 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -318,7 +318,6 @@ Python/instrumentation.c - _PyInstrumentation_MISSING -
## static types
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 - PyTextIOBase_Type -