summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-07-20 15:34:23 (GMT)
committerGitHub <noreply@github.com>2018-07-20 15:34:23 (GMT)
commitfb47bca9ee2d07ce96df94b4e4abafd11826eb01 (patch)
tree5adbd1b262e05b0cd62bed74254b29f42c8b05c7 /Misc/NEWS.d
parent2c5c0a367c6ca648178072240fe0a32848636da6 (diff)
downloadcpython-fb47bca9ee2d07ce96df94b4e4abafd11826eb01.zip
cpython-fb47bca9ee2d07ce96df94b4e4abafd11826eb01.tar.gz
cpython-fb47bca9ee2d07ce96df94b4e4abafd11826eb01.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2018-07-02-10-58-11.bpo-34008.COewz-.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2018-07-02-10-58-11.bpo-34008.COewz-.rst b/Misc/NEWS.d/next/C API/2018-07-02-10-58-11.bpo-34008.COewz-.rst
new file mode 100644
index 0000000..d9881b9
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2018-07-02-10-58-11.bpo-34008.COewz-.rst
@@ -0,0 +1 @@
+Py_Main() can again be called after Py_Initialize(), as in Python 3.6.