]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)
authorVictor Stinner <vstinner@python.org>
Sun, 23 Jul 2023 19:16:21 +0000 (21:16 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 19:16:21 +0000 (19:16 +0000)
commit0810b0c435415c09c1907c6f418585bed558a2c1
treec23945d29aa1b718c5a737c14057d59707dccc65
parentadb27ea2d5e2f74f4be8f15b199889161c33e801
gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)

Move _PyTuple_MaybeUntrack() and _PyTuple_DebugMallocStats() functions
to the internal C API (pycore_tuple.h). No longer export these functions.
Include/cpython/tupleobject.h
Include/internal/pycore_tuple.h