mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944)
- gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680) (cherry picked from commitce1064e4c9) - gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` (GH-120955) (cherry picked from commitac61d58db0) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
a19a5895b5
commit
447e07ab3d
11 changed files with 21 additions and 17 deletions
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
|
@ -839,7 +839,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue