mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
1dd9510977
Argument Clinic now has a partial support of the Limited API: * Add --limited option to clinic.c. * Add '_testclinic_limited' extension which is built with the limited C API version 3.13. * For now, hardcode in clinic.py that "_testclinic_limited.c" targets the limited C API.