gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
Pablo Galindo Salgado 2024-06-24 13:08:12 +01:00 committed by GitHub
parent 65a12c559c
commit ac61d58db0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 20 additions and 17 deletions

1
PC/python3dll.c generated
View file

@ -840,7 +840,6 @@ 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)