summaryrefslogtreecommitdiff
path: root/Tools/c-analyzer
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-02-15 22:58:48 +0100
committerGitHub <noreply@github.com>2023-02-15 22:58:48 +0100
commitc1ce0d178fe57b50f37578b285a343d77485ac02 (patch)
tree0278769834169272434cde8833fe58befc955f52 /Tools/c-analyzer
parenteb0c485b6c836abb71932537a5058344d11d7bc8 (diff)
downloadcpython-git-c1ce0d178fe57b50f37578b285a343d77485ac02.tar.gz
gh-99138: Isolate _zoneinfo (#99218)
* Convert zone info type to heap type and add it to module state * Add global variables to module state
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r--Tools/c-analyzer/cpython/globals-to-fix.tsv11
1 files changed, 0 insertions, 11 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv
index 52ea0b4901..6011b16045 100644
--- a/Tools/c-analyzer/cpython/globals-to-fix.tsv
+++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv
@@ -403,7 +403,6 @@ Modules/_pickle.c - PicklerMemoProxyType -
Modules/_pickle.c - Pickler_Type -
Modules/_pickle.c - UnpicklerMemoProxyType -
Modules/_pickle.c - Unpickler_Type -
-Modules/_zoneinfo.c - PyZoneInfo_ZoneInfoType -
Modules/ossaudiodev.c - OSSAudioType -
Modules/ossaudiodev.c - OSSMixerType -
Modules/socketmodule.c - sock_type -
@@ -442,11 +441,6 @@ Modules/xxmodule.c - ErrorObject -
Modules/_ctypes/callproc.c _ctypes_get_errobj error_object_name -
Modules/_ctypes/_ctypes.c CreateSwappedType suffix -
-## other - during module init
-Modules/_zoneinfo.c - io_open -
-Modules/_zoneinfo.c - _tzpath_find_tzfile -
-Modules/_zoneinfo.c - _common_mod -
-
##-----------------------
## other
@@ -481,8 +475,6 @@ Modules/_tkinter.c - tcl_lock -
Modules/_tkinter.c - excInCmd -
Modules/_tkinter.c - valInCmd -
Modules/_tkinter.c - trbInCmd -
-Modules/_zoneinfo.c - TIMEDELTA_CACHE -
-Modules/_zoneinfo.c - ZONEINFO_WEAK_CACHE -
##################################
@@ -556,9 +548,6 @@ Modules/_tkinter.c - HeadFHCD -
Modules/_tkinter.c - stdin_ready -
Modules/_tkinter.c - event_tstate -
Modules/_xxsubinterpretersmodule.c - _globals -
-Modules/_zoneinfo.c - ZONEINFO_STRONG_CACHE -
-Modules/_zoneinfo.c - ZONEINFO_STRONG_CACHE_MAX_SIZE -
-Modules/_zoneinfo.c - NO_TTINFO -
Modules/readline.c - completer_word_break_characters -
Modules/readline.c - _history_length -
Modules/readline.c - should_auto_add_history -