]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Build _statistics extension with the limited C API (#116927)
authorVictor Stinner <vstinner@python.org>
Sun, 17 Mar 2024 17:59:02 +0000 (18:59 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 17:59:02 +0000 (18:59 +0100)
commit2982bdb936f76518b29cf7de356eb5fafd22d112
treea60a6907f80f776e83065e9398679662928b7350
parent0634201f5391242524dbb5225de37f81a2cc1826
gh-85283: Build _statistics extension with the limited C API (#116927)

Argument Clinic now inlines _PyArg_CheckPositional() for the limited
C API. The generated code should be as fast or even a little bit
faster.
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/C API/2024-03-14-10-33-58.gh-issue-85283.LOgmdU.rst
Modules/_statisticsmodule.c
Modules/clinic/_statisticsmodule.c.h