This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, eric.snow, miss-islington, ncoghlan, ned.deily, vstinner, xiang.zhang
Date 2018-06-28.12:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530190302.73.0.56676864532.issue33932@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, now with my regression hat.

In Python 3.6, Py_Main() calls Py_Initialize(). If Py_Initialize() is called twice, the second call does nothing. So it's fine to call Py_Main() after Py_Initialize() in Python 3.6.
History
Date User Action Args
2018-06-28 12:51:42vstinnersetrecipients: + vstinner, ncoghlan, ned.deily, docs@python, eric.snow, xiang.zhang, miss-islington
2018-06-28 12:51:42vstinnersetmessageid: <1530190302.73.0.56676864532.issue33932@psf.upfronthosting.co.za>
2018-06-28 12:51:42vstinnerlinkissue33932 messages
2018-06-28 12:51:42vstinnercreate