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 belopolsky, emilyemorehouse, eric.snow, hroncok, mcepl, ncoghlan, vstinner
Date 2018-07-21.00:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532132186.17.0.56676864532.issue34008@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 03ec4df67d6b4ce93a2da21db7c84dff8259953f by Victor Stinner (Miss Islington (bot)) in branch '3.7':
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352)
https://github.com/python/cpython/commit/03ec4df67d6b4ce93a2da21db7c84dff8259953f
History
Date User Action Args
2018-07-21 00:16:26vstinnersetrecipients: + vstinner, ncoghlan, belopolsky, mcepl, eric.snow, emilyemorehouse, hroncok
2018-07-21 00:16:26vstinnersetmessageid: <1532132186.17.0.56676864532.issue34008@psf.upfronthosting.co.za>
2018-07-21 00:16:26vstinnerlinkissue34008 messages
2018-07-21 00:16:25vstinnercreate