commit | c4bca951065f4b2b6833f6ce7a0721e863e2343e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Dec 19 23:48:17 2017 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 19 23:48:17 2017 +0100 |
tree | 81105844562d19d84e13c051c6a73c7c133ffeb7 | |
parent | f4e21a2a72f76d75a6cc6f74faf910a5f3108482 [diff] |
bpo-32030: Add _PyCoreConfig.argv (#4934) * Add argc and argv to _PyCoreConfig * _PyMainInterpreterConfig_Read() now builds its argv from _PyCoreConfig.arg * Move _PyMain.env_warning_options into _Py_CommandLineDetails * Reorder pymain_free()