mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
This commit is contained in:
parent
1f515e8a10
commit
39d102c2ee
11 changed files with 21 additions and 4 deletions
|
@ -197,6 +197,7 @@ Objects/exceptions.c - _PyExc_AttributeError -
|
|||
Objects/exceptions.c - _PyExc_SyntaxError -
|
||||
Objects/exceptions.c - _PyExc_IndentationError -
|
||||
Objects/exceptions.c - _PyExc_TabError -
|
||||
Objects/exceptions.c - _PyExc_IncompleteInputError -
|
||||
Objects/exceptions.c - _PyExc_LookupError -
|
||||
Objects/exceptions.c - _PyExc_IndexError -
|
||||
Objects/exceptions.c - _PyExc_KeyError -
|
||||
|
@ -261,6 +262,7 @@ Objects/exceptions.c - PyExc_AttributeError -
|
|||
Objects/exceptions.c - PyExc_SyntaxError -
|
||||
Objects/exceptions.c - PyExc_IndentationError -
|
||||
Objects/exceptions.c - PyExc_TabError -
|
||||
Objects/exceptions.c - PyExc_IncompleteInputError -
|
||||
Objects/exceptions.c - PyExc_LookupError -
|
||||
Objects/exceptions.c - PyExc_IndexError -
|
||||
Objects/exceptions.c - PyExc_KeyError -
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue