diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-04-12 12:51:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 12:51:28 (GMT) |
commit | 52f96d3ea39fea4c16e26b7b10bd2db09726bd7c (patch) | |
tree | dc5724301af87f55745c36adf8ae2d2c034987e2 /Tools/c-analyzer/cpython | |
parent | 411b1692811b2ecac59cb0df0f920861c7cf179a (diff) | |
download | cpython-52f96d3ea39fea4c16e26b7b10bd2db09726bd7c.zip cpython-52f96d3ea39fea4c16e26b7b10bd2db09726bd7c.tar.gz cpython-52f96d3ea39fea4c16e26b7b10bd2db09726bd7c.tar.bz2 |
gh-103092: Isolate `_collections` (#103093)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to 'Tools/c-analyzer/cpython')
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv index 823340e..5c173b1 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -316,11 +316,6 @@ Python/instrumentation.c - _PyInstrumentation_MISSING - ##----------------------- ## static types -Modules/_collectionsmodule.c - defdict_type - -Modules/_collectionsmodule.c - deque_type - -Modules/_collectionsmodule.c - dequeiter_type - -Modules/_collectionsmodule.c - dequereviter_type - -Modules/_collectionsmodule.c - tuplegetter_type - Modules/_io/bufferedio.c - PyBufferedIOBase_Type - Modules/_io/bytesio.c - _PyBytesIOBuffer_Type - Modules/_io/iobase.c - PyIOBase_Type - |