mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
35963da40f
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