]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Aug 2023 13:04:27 +0000 (16:04 +0300)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 13:04:27 +0000 (16:04 +0300)
commitbc5356bb5d7e3eda44128e89a695c05066e0840b
treed9c923aaa06b991fd874ccb693fcb5bdf8fb015d
parentd90973340bf5ac35e0b35e99239cd37c46a30910
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Lib/test/test_call.py
Lib/test/test_enum.py
Lib/test/test_pyexpat.py
Modules/_localemodule.c
Modules/_sqlite/module.c
Modules/_struct.c
Modules/_tracemalloc.c
Modules/clinic/_testclinic_limited.c.h
PC/winreg.c
Tools/clinic/clinic.py