diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-03-01 13:10:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 13:10:14 +0100 |
commit | 62be763348d16ba90f96667aa0240503261393f0 (patch) | |
tree | 10067e60b25d4187d417fd8ea24deb3b90740a12 /Python/Python-ast.c | |
parent | dfe884759d1f4441c889695f8985bc9feb9f37eb (diff) | |
download | cpython-git-62be763348d16ba90f96667aa0240503261393f0.tar.gz |
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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions