]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108494: AC supports pos-only args in limited C API (#108498)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Aug 2023 22:39:24 +0000 (00:39 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 22:39:24 +0000 (00:39 +0200)
commit86bc9e35c4aaf3bcc045ddd998844ffb64fec3a2
treee1af744ac8436549f6a3bec9048610a60e560a0c
parent73d33c1a3078c5f2588c89d61e1a17a1b2a26c34
gh-108494: AC supports pos-only args in limited C API (#108498)

AC now checks for "#define Py_LIMITED_API" pattern to use the limited
C API.
Lib/test/test_clinic.py
Modules/_testclinic_limited.c
Modules/clinic/_testclinic_limited.c.h
Tools/clinic/clinic.py