]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: Remove _PyObject_SetManagedDict() function (#139737)
authorVictor Stinner <vstinner@python.org>
Sun, 12 Oct 2025 17:32:10 +0000 (19:32 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Oct 2025 17:32:10 +0000 (19:32 +0200)
commit5f91d5d9a4187c4bfa2ddd653b819b12eb3ad477
tree08545b3c5b364c575395b66a5108d4384d56c66c
parent0fc5c56815b963e4b45469b2b6a5610ea2f2d181
gh-112075: Remove _PyObject_SetManagedDict() function (#139737)

Move it to the internal C API and no longer export it.
Include/cpython/object.h
Include/internal/pycore_object.h