mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Remove the following functions from the C API, move them to the internal C API: add a new pycore_modsupport.h internal header file: * PyModule_CreateInitialized() * _PyArg_NoKwnames() * _Py_VaBuildStack() No longer export these functions.
Miscellaneous source files for the main Python shared library