gh-106320: Remove private AC converter functions (#108505)
Move these private functions to the internal C API (pycore_abstract.h): * _Py_convert_optional_to_ssize_t() * _PyNumber_Index() Argument Clinic now emits #include "pycore_abstract.h" when these functions are used. The parser of the c-analyzer tool now uses a list of files which use the limited C API, rather than a list of files using the internal C API.
V
Victor Stinner committed
8ba47146111d714c7b61825d43b52311d9be366d
Parent: 6353c21
Committed by GitHub <noreply@github.com>
on 8/26/2023, 2:05:17 AM