]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116646: Add limited C API support to AC fildes converter (#116769)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Mar 2024 09:28:58 +0000 (10:28 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 09:28:58 +0000 (10:28 +0100)
commitd4028724f2c8c674202615b772913765423c69fd
treebb85d9e391bbcf68a21e4a7008712467a4d22f90
parenta18c9854e8c255981f07c0a1c1503253f85b7540
gh-116646: Add limited C API support to AC fildes converter (#116769)

Add tests on the "fildes" converter to _testclinic_limited.
Lib/test/test_clinic.py
Modules/_testclinic_limited.c
Modules/clinic/_testclinic_limited.c.h
Tools/clinic/clinic.py