bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
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()
V
Victor Stinner committed
a82f63f5af027a0eab0f0812d750b804368cbd25
Parent: ca06440
Committed by GitHub <noreply@github.com>
on 12/9/2020, 9:37:27 PM