]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
authorDavid Hewitt <mail@davidhewitt.dev>
Thu, 15 Feb 2024 10:05:20 +0000 (10:05 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 10:05:20 +0000 (11:05 +0100)
commit9e3729bbd77fb9dcaea6a06ac760160136d80b79
treec0dee8e8044ce46296c28d1940d8987316db5e4a
parent32f8ab1ab65c13ed70f047ffd780ec1fe303ff1e
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/structures.rst
Doc/data/stable_abi.dat
Include/methodobject.h
Misc/NEWS.d/next/C API/2024-01-26-21-54-42.gh-issue-114626.SKhbh_.rst [new file with mode: 0644]
Misc/stable_abi.toml
Objects/descrobject.c
Objects/methodobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h