bpo-36142: Remove _PyMain structure (GH-12120)
* Move fields from _PyMain to _PyCoreConfig: * skip_first_line * run_command * run_module * run_filename * Replace _PyMain.stdin_is_interactive with a new stdin_is_interactive(config) function * Rename _PyMain to _PyArgv. Add "const _PyArgv *args" field to _PyCmdline.
V
Victor Stinner committed
62be763348d16ba90f96667aa0240503261393f0
Parent: dfe8847
Committed by GitHub <noreply@github.com>
on 3/1/2019, 12:10:14 PM