Skip to content

Commit f2bb476

Browse files
committed
fixup! pythongh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module
1 parent 14d6b95 commit f2bb476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/c-analyzer/cpython/globals-to-fix.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ Objects/exceptions.c - _PyExc_AttributeError -
197197
Objects/exceptions.c - _PyExc_SyntaxError -
198198
Objects/exceptions.c - _PyExc_IndentationError -
199199
Objects/exceptions.c - _PyExc_TabError -
200+
Objects/exceptions.c - _PyExc_IncompleteInputError -
200201
Objects/exceptions.c - _PyExc_LookupError -
201202
Objects/exceptions.c - _PyExc_IndexError -
202203
Objects/exceptions.c - _PyExc_KeyError -

0 commit comments

Comments
 (0)