Skip to content

Commit

Permalink
Update the C analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Feb 13, 2024
1 parent 79e7ef9 commit c906ee3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ Objects/exceptions.c - PyExc_UnicodeWarning -
Objects/exceptions.c - PyExc_BytesWarning -
Objects/exceptions.c - PyExc_ResourceWarning -
Objects/exceptions.c - PyExc_EncodingWarning -
Python/crossinterp.c - _PyExc_InterpreterError -
Python/crossinterp.c - _PyExc_InterpreterNotFoundError -
Python/crossinterp.c - PyExc_InterpreterError -
Python/crossinterp.c - PyExc_InterpreterNotFoundError -
Python/crossinterp_exceptions.h - _PyExc_InterpreterError -
Python/crossinterp_exceptions.h - _PyExc_InterpreterNotFoundError -
Python/crossinterp_exceptions.h - PyExc_InterpreterError -
Python/crossinterp_exceptions.h - PyExc_InterpreterNotFoundError -

##-----------------------
## singletons
Expand Down

0 comments on commit c906ee3

Please sign in to comment.