commit | 03ec4df67d6b4ce93a2da21db7c84dff8259953f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jul 20 17:16:22 2018 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Sat Jul 21 02:16:22 2018 +0200 |
tree | c47087d89707148936e251a888cacb21642c864a | |
parent | 49abd307d222e6fe85b5175eed6b6f87fc656a8d [diff] |
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) Py_Main() can again be called after Py_Initialize(), as in Python 3.6. The new configuration is ignored, except of _PyMainInterpreterConfig.argv which is used to update sys.argv. (cherry picked from commit fb47bca9ee2d07ce96df94b4e4abafd11826eb01) Co-authored-by: Victor Stinner <vstinner@redhat.com>