mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
pymain_run_file() no longer encodes the filename: pass the filename as an object to the new _PyRun_AnyFileObject() function. Add new private functions: * _PyRun_AnyFileObject() * _PyRun_InteractiveLoopObject() * _Py_FdIsInteractive()
Miscellaneous source files for the main Python shared library