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, jwilk, ncoghlan, steven.daprano, vstinner
Date 2017-03-21.15:00:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490108418.91.0.668449839042.issue29857@psf.upfronthosting.co.za>
In-reply-to
Content
> For example, if Py_Main() is never called (for CPython), it would still be None,

What is the content of sys.argv in that case? Can't we use the same value for sys._raw_argv?
History
Date User Action Args
2017-03-21 15:00:18vstinnersetrecipients: + vstinner, barry, ncoghlan, jwilk, steven.daprano
2017-03-21 15:00:18vstinnersetmessageid: <1490108418.91.0.668449839042.issue29857@psf.upfronthosting.co.za>
2017-03-21 15:00:18vstinnerlinkissue29857 messages
2017-03-21 15:00:18vstinnercreate