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 emilyemorehouse, eric.snow, hroncok, ncoghlan, vstinner
Date 2018-07-02.09:01:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530522114.88.0.56676864532.issue34008@psf.upfronthosting.co.za>
In-reply-to
Content
My PR 8043 fix the Python 3.7 regression: allow again to call Py_Main() after Py_Initialize().

Nick: if you want to raise an error on that case, I would prefer to see a deprecation warning emitted in version N before raising an error in version N+1.

Technically, it seems possible to allow calling Py_Main() after Py_Initialize(). It's "just" a matter of fixing Py_Main() to apply properly the new configuration.
History
Date User Action Args
2018-07-02 09:01:54vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, emilyemorehouse, hroncok
2018-07-02 09:01:54vstinnersetmessageid: <1530522114.88.0.56676864532.issue34008@psf.upfronthosting.co.za>
2018-07-02 09:01:54vstinnerlinkissue34008 messages
2018-07-02 09:01:54vstinnercreate