mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
a82f63f5af
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()