]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyList functions (#108451)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 19:44:34 +0000 (21:44 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 19:44:34 +0000 (19:44 +0000)
commitc3d580b238fb1b5a72d5608ff7905e9ad726d1bb
treea51db9a4a9c3c1c4ed568bb0d4fe020f90c170b8
parent88941d665fc6b345f38b9147a7321e40019964d5
gh-106320: Remove private _PyList functions (#108451)

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

* _PyList_Extend()
* _PyList_DebugMallocStats()

No longer export these functions.
Include/cpython/listobject.h
Include/internal/pycore_list.h