mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
15c5a50797
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