mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +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
Doc/data/stable_abi.dat
generated
1
Doc/data/stable_abi.dat
generated
|
|
@ -220,6 +220,7 @@ var,PyExc_GeneratorExit,3.2,,
|
|||
var,PyExc_IOError,3.2,,
|
||||
var,PyExc_ImportError,3.2,,
|
||||
var,PyExc_ImportWarning,3.2,,
|
||||
var,PyExc_IncompleteInputError,3.13,,
|
||||
var,PyExc_IndentationError,3.2,,
|
||||
var,PyExc_IndexError,3.2,,
|
||||
var,PyExc_InterruptedError,3.7,,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue