SIGN IN SIGN UP

gh-106320: Remove private pythonrun API (#108599)

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.
V
Victor Stinner committed
15c5a50797020944e9ccb72bf3e28c3cca2e35c3
Parent: 301eb7e
Committed by GitHub <noreply@github.com> on 8/29/2023, 2:18:52 AM