mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Remove these private functions from the public C API: * _PyRun_AnyFileObject() * _PyRun_InteractiveLoopObject() * _PyRun_SimpleFileObject() * _Py_SourceAsString() Move them to the internal C API: add a new pycore_pythonrun.h header file. No longer export these functions.
Miscellaneous source files for the main Python shared library