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 brett.cannon, eric.snow, ncoghlan, ronaldoussoren, vstinner
Date 2018-07-28.03:44:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532749446.88.0.56676864532.issue34247@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, wait - I see a relevant difference: the test case for issue31845 uses Py_Main, *not* Py_Initialize (since it's a command line test, not an embedding test).

That means it's currently possible for the sequence of operations in https://github.com/python/cpython/blob/7cbde0e09daba4259565738e48f141851287fe29/Python/pylifecycle.c#L913 to be wrong (or missing steps) without causing the test suite to fail.
History
Date User Action Args
2018-07-28 03:44:06ncoghlansetrecipients: + ncoghlan, brett.cannon, ronaldoussoren, vstinner, eric.snow
2018-07-28 03:44:06ncoghlansetmessageid: <1532749446.88.0.56676864532.issue34247@psf.upfronthosting.co.za>
2018-07-28 03:44:06ncoghlanlinkissue34247 messages
2018-07-28 03:44:06ncoghlancreate