diff options
author | Kumar Aditya <kumaraditya@python.org> | 2023-07-27 07:24:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 07:24:44 (GMT) |
commit | 71b3eda02c08383bcacc97fd2f74ea9145b7cc96 (patch) | |
tree | 8fbe0c876670bf0d4e7629789612d318d2d94e58 | |
parent | 4b2e54bd3c23da37923a18ae5e82cfd574e9a439 (diff) | |
download | cpython-71b3eda02c08383bcacc97fd2f74ea9145b7cc96.zip cpython-71b3eda02c08383bcacc97fd2f74ea9145b7cc96.tar.gz cpython-71b3eda02c08383bcacc97fd2f74ea9145b7cc96.tar.bz2 |
remove outdated `_asyncio` globals from globals-to-fix.tsv (#107334)
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv index 90bbc89..033bd7a 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -424,8 +424,6 @@ Modules/_datetimemodule.c - seconds_per_day - Modules/_decimal/_decimal.c - global_state - ## state -Modules/_asynciomodule.c - fi_freelist - -Modules/_asynciomodule.c - fi_freelist_len - Modules/_ctypes/_ctypes.c - _ctypes_ptrtype_cache - Modules/_ctypes/_ctypes.c - global_state - Modules/_ctypes/ctypes.h - global_state - |