]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyErr C API functions (#106356)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Jul 2023 10:48:50 +0000 (12:48 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 10:48:50 +0000 (10:48 +0000)
commitc5afc97fc2f149758f597c21f65b4a1c770bb827
tree8f85655985da6804d77f352ca7e90f4ecc96bc0c
parent18fedd04a7b4d54b5eb7a34a1e1c9ca42219f882
gh-106320: Remove private _PyErr C API functions (#106356)

Remove private _PyErr C API functions: move them to the internal
C API (pycore_pyerrors.h).
Include/cpython/pyerrors.h
Include/internal/pycore_pyerrors.h
Modules/_io/bufferedio.c
Modules/_sqlite/cursor.c
Objects/moduleobject.c
Objects/obmalloc.c
Objects/unicodeobject.c
Parser/pegen_errors.c
Python/importdl.c