diff options
author | Charlie Zhao <zhaoyu_hit@qq.com> | 2023-07-28 05:58:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 05:58:14 (GMT) |
commit | a43cc3fa1ffebfd15eff2c6d8e5433a17969e348 (patch) | |
tree | 813af448d855ffd9f1136d01da591ef5cd5fa60c /Tools | |
parent | 3dcac785810df4d9db50abe90847eaf03bbdaaf4 (diff) | |
download | cpython-a43cc3fa1ffebfd15eff2c6d8e5433a17969e348.zip cpython-a43cc3fa1ffebfd15eff2c6d8e5433a17969e348.tar.gz cpython-a43cc3fa1ffebfd15eff2c6d8e5433a17969e348.tar.bz2 |
gh-106078: Isolate `decimal` module (#107287)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 1 |
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 80e9d35..dedcb31 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -421,7 +421,6 @@ Modules/_datetimemodule.c - us_per_hour - Modules/_datetimemodule.c - us_per_day - Modules/_datetimemodule.c - us_per_week - Modules/_datetimemodule.c - seconds_per_day - -Modules/_decimal/_decimal.c - global_state - ## state Modules/_ctypes/_ctypes.c - _ctypes_ptrtype_cache - |