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 barry, eric.snow, ncoghlan, ned.deily, serhiy.storchaka, vstinner
Date 2017-12-20.01:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513734947.2.0.213398074469.issue32030@psf.upfronthosting.co.za>
In-reply-to
Content
I like the new shape of Py_Main(). The main parts of Py_Main() are now well identified:

* init "cmdline"
* init "python core"
* init "python main"
* run python
* cleanup
History
Date User Action Args
2017-12-20 01:55:47vstinnersetrecipients: + vstinner, barry, ncoghlan, ned.deily, eric.snow, serhiy.storchaka
2017-12-20 01:55:47vstinnersetmessageid: <1513734947.2.0.213398074469.issue32030@psf.upfronthosting.co.za>
2017-12-20 01:55:47vstinnerlinkissue32030 messages
2017-12-20 01:55:46vstinnercreate