mirror of
https://github.com/python/cpython.git
synced 2025-08-25 19:24:42 +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
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
@ -830,6 +830,7 @@ EXPORT_DATA(PyExc_FutureWarning)
|
|||
EXPORT_DATA(PyExc_GeneratorExit)
|
||||
EXPORT_DATA(PyExc_ImportError)
|
||||
EXPORT_DATA(PyExc_ImportWarning)
|
||||
EXPORT_DATA(PyExc_IncompleteInputError)
|
||||
EXPORT_DATA(PyExc_IndentationError)
|
||||
EXPORT_DATA(PyExc_IndexError)
|
||||
EXPORT_DATA(PyExc_InterruptedError)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue