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 docs@python, ncoghlan, pgacv2, r.david.murray, terry.reedy, vstinner
Date 2019-05-13.15:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557761637.19.0.577655215785.issue32573@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.8, sys.argv is now always created. It's initialized to sys.argv = [""] if (argc, argv) are not set in _PyCoreConfig.

So PR 12463 looks useless to me, except if someone wants to change the behavior.
History
Date User Action Args
2019-05-13 15:33:57vstinnersetrecipients: + vstinner, terry.reedy, ncoghlan, r.david.murray, docs@python, pgacv2
2019-05-13 15:33:57vstinnersetmessageid: <1557761637.19.0.577655215785.issue32573@roundup.psfhosted.org>
2019-05-13 15:33:57vstinnerlinkissue32573 messages
2019-05-13 15:33:57vstinnercreate