]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 26 Jun 2025 09:43:08 +0000 (05:43 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 09:43:08 +0000 (11:43 +0200)
commit10a3d431881bb9169abde97f85ea6a670e1ef3cc
tree8068221cc4ed2f9b1010dab275c1da941a9eff61
parenta1da208eec3028b1ecae804d4c0dc6b43cdddae9
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
Include/cpython/funcobject.h
Include/internal/pycore_function.h
Modules/_testinternalcapi.c
Objects/funcobject.c