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 ncoghlan
Recipients docs@python, emilyemorehouse, eric.snow, hroncok, miss-islington, ncoghlan, ned.deily, vstinner, xiang.zhang
Date 2018-06-30.07:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530342082.67.0.56676864532.issue33932@psf.upfronthosting.co.za>
In-reply-to
Content
I filed https://bugs.python.org/issue34008 to cover the fact that "Py_Initialize(); Py_Main();" doesn't work in 3.7.0 whereas it used to sort of work (by only partially applying the settings read from the CLI and environment by the Py_Main() call).

Since "Py_Initialize(); Py_Initialize();" *does* work in 3.7.0, closing this one again.
History
Date User Action Args
2018-06-30 07:01:22ncoghlansetrecipients: + ncoghlan, vstinner, ned.deily, docs@python, eric.snow, xiang.zhang, emilyemorehouse, hroncok, miss-islington
2018-06-30 07:01:22ncoghlansetmessageid: <1530342082.67.0.56676864532.issue33932@psf.upfronthosting.co.za>
2018-06-30 07:01:22ncoghlanlinkissue33932 messages
2018-06-30 07:01:22ncoghlancreate