diff options
author | Charlie Zhao <zhaoyu_hit@qq.com> | 2023-07-02 16:50:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 16:50:40 (GMT) |
commit | dbefa88b27ee1f124f782363b139aee3f1ccf590 (patch) | |
tree | b4227de8790d282a18963786cc64c6bea825729c /Tools | |
parent | bc7eb1708452da59c22782c487ae7f05f1788970 (diff) | |
download | cpython-dbefa88b27ee1f124f782363b139aee3f1ccf590.zip cpython-dbefa88b27ee1f124f782363b139aee3f1ccf590.tar.gz cpython-dbefa88b27ee1f124f782363b139aee3f1ccf590.tar.bz2 |
gh-106078: Move DecimalException to _decimal state (#106301)
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 1131edf..8fdc54d 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -393,7 +393,6 @@ Modules/xxlimited_35.c - Xxo_Type - ## exception types Modules/_ctypes/_ctypes.c - PyExc_ArgError - Modules/_cursesmodule.c - PyCursesError - -Modules/_decimal/_decimal.c - DecimalException - Modules/_tkinter.c - Tkinter_TclError - Modules/xxlimited_35.c - ErrorObject - Modules/xxmodule.c - ErrorObject - |