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 steve.dower
Recipients methane, ncoghlan, steve.dower, vstinner
Date 2019-03-06.14:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551884056.88.0.35977270263.issue36204@roundup.psfhosted.org>
In-reply-to
Content
I like having the functions you added to parse argv into config, and I like that they are separate from setting sys.argv.

Might it be better to go the other way and deprecate calling Main *without* Initialize? That's easy to fix in Programs/python.c, and eventually Main will just be the "standard" startup sequence based on argv and environ, right?
History
Date User Action Args
2019-03-06 14:54:16steve.dowersetrecipients: + steve.dower, ncoghlan, vstinner, methane
2019-03-06 14:54:16steve.dowersetmessageid: <1551884056.88.0.35977270263.issue36204@roundup.psfhosted.org>
2019-03-06 14:54:16steve.dowerlinkissue36204 messages
2019-03-06 14:54:16steve.dowercreate