]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-70030: Remove _PyCode_ConstantKey() function (#139735)
authorVictor Stinner <vstinner@python.org>
Wed, 8 Oct 2025 20:33:45 +0000 (22:33 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 20:33:45 +0000 (22:33 +0200)
commita2850a3a91a1515cbdd9440463c78bdf2e0bd3cf
treedb64ab66828b8bcc40ffd140b35ee34579b14433
parent6954077fde4aee07b55a666a610ef4bc4b9d76a8
gh-70030: Remove _PyCode_ConstantKey() function (#139735)

Move the function to the internal C API and no longer export it.
Include/cpython/code.h
Include/internal/pycore_code.h