]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Jun 2025 10:08:28 +0000 (12:08 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 10:08:28 +0000 (10:08 +0000)
commita797fe180c7ea669976d5224c3472c4d6c235263
treeed3aa3c2145fce35a971c56cc8ba0dbe84781261
parente5abdbfdba41e06e26619a1d67c3ecb977346dbd
[3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938) (GH-135972)

(cherry picked from commit 10a3d431881bb9169abde97f85ea6a670e1ef3cc)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Include/cpython/funcobject.h
Include/internal/pycore_function.h
Modules/_testinternalcapi.c
Objects/funcobject.c