diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2024-06-24 12:08:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 12:08:12 (GMT) |
commit | ac61d58db0753a3b37de21dbc6e86b38f2a93f1b (patch) | |
tree | 72db14d0ec67eddbf47f8bed8bfd59c9e3ed586d /PC | |
parent | 65a12c559cbc13c2c5a4aa65c76310bd8d2051a7 (diff) | |
download | cpython-ac61d58db0753a3b37de21dbc6e86b38f2a93f1b.zip cpython-ac61d58db0753a3b37de21dbc6e86b38f2a93f1b.tar.gz cpython-ac61d58db0753a3b37de21dbc6e86b38f2a93f1b.tar.bz2 |
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>
Diffstat (limited to 'PC')
-rwxr-xr-x | PC/python3dll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c index 0bcf1cc..aa3c396 100755 --- a/PC/python3dll.c +++ b/PC/python3dll.c @@ -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) |