summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pythonrun.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-106320: Remove private pythonrun API (#108599)Victor Stinner2023-08-291-0/+39
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.