diff options
| author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-04-12 14:51:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 18:21:28 +0530 |
| commit | 52f96d3ea39fea4c16e26b7b10bd2db09726bd7c (patch) | |
| tree | dc5724301af87f55745c36adf8ae2d2c034987e2 /Tools | |
| parent | 411b1692811b2ecac59cb0df0f920861c7cf179a (diff) | |
| download | cpython-git-52f96d3ea39fea4c16e26b7b10bd2db09726bd7c.tar.gz | |
gh-103092: Isolate `_collections` (#103093)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to 'Tools')
| -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 823340ecc4..5c173b1041 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 - |
