bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
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.
V
Victor Stinner committed
fb47bca9ee2d07ce96df94b4e4abafd11826eb01
Parent: 2c5c0a3
Committed by GitHub <noreply@github.com>
on 7/20/2018, 3:34:23 PM