]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 20:57:59 +0000 (22:57 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 20:57:59 +0000 (20:57 +0000)
commitee15844db88fab3a282d14325662bcfd026272ac
tree81d4609c7f896dada0fe2c238eaad1ac931696d4
parent5e5a34ac3a827e040cd89426b1774fec2123336a
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
Include/cpython/descrobject.h
Include/internal/pycore_descrobject.h
Objects/descrobject.c
Objects/object.c
Python/specialize.c