]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyTraceback functions (#108453)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 23:35:47 +0000 (01:35 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 23:35:47 +0000 (23:35 +0000)
commit546cab84448b892c92e68d9c1a3d3b58c13b3463
treec376b5fd170cbd7ad902e47f6f59a107467b029c
parentd6ac5c7b105fe57266bd71248e3ada41fedb5ba9
gh-106320: Remove private _PyTraceback functions (#108453)

Move private functions to the internal C API (pycore_traceback.h):

* _Py_DisplaySourceLine()
* _PyTraceback_Add()
Include/cpython/traceback.h
Include/internal/pycore_traceback.h
Modules/_ctypes/callproc.c
Modules/pyexpat.c
Python/_warnings.c