]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from publi...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 24 Jun 2024 12:08:12 +0000 (13:08 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 12:08:12 +0000 (14:08 +0200)
commitac61d58db0753a3b37de21dbc6e86b38f2a93f1b
tree72db14d0ec67eddbf47f8bed8bfd59c9e3ed586d
parent65a12c559cbc13c2c5a4aa65c76310bd8d2051a7
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>
Doc/data/stable_abi.dat
Include/internal/pycore_pyerrors.h
Include/pyerrors.h
Lib/codeop.py
Lib/test/exception_hierarchy.txt
Lib/test/test_pickle.py
Lib/test/test_stable_abi_ctypes.py
Misc/stable_abi.toml
Objects/exceptions.c
PC/python3dll.c
Parser/pegen.c