Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 1, 2019

  • 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.

https://bugs.python.org/issue36142

* 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.
@vstinner vstinner merged commit 62be763 into python:master Mar 1, 2019
@vstinner vstinner deleted the preparse4 branch March 1, 2019 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants