]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)
authorVictor Stinner <vstinner@python.org>
Sun, 10 Mar 2024 19:42:40 +0000 (20:42 +0100)
committerGitHub <noreply@github.com>
Sun, 10 Mar 2024 19:42:40 +0000 (20:42 +0100)
commit729bfb3105c7ca2ad6150a6207786096732c3b9e
tree2c343996d67c2083df96fce5f5cca03059b7ca9b
parent5b2f21faf388d8de5b388996cfd4f03430085764
gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)

Argument Clinic no longer calls PyFloat_AS_DOUBLE() when the usage of
the limited C API is requested.
Modules/_testclinic_limited.c
Modules/clinic/_testclinic_limited.c.h
Tools/clinic/clinic.py