]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Jun 2024 18:23:30 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 18:23:30 +0000 (20:23 +0200)
commit447e07ab3d569bb4b2209ccfe3889fafa3ad6693
tree4922f90e9fedb0b76f7a222815ae10c6699449d6
parenta19a5895b5f8211a85366a1518e9d4f5fb3335c5
[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 commit ce1064e4c9bcfd673323ad690e60f86e1ab907bb)

- gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` (GH-120955)
  (cherry picked from commit ac61d58db0753a3b37de21dbc6e86b38f2a93f1b)

Co-authored-by: Pablo Galindo Salgado <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