Message 308700 - Python tracker

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.

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