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 terry.reedy
Recipients docs@python, gvanrossum, jaraco, terry.reedy
Date 2020-08-30.22:28:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598826509.94.0.24825884817.issue41615@roundup.psfhosted.org>
In-reply-to
Content
sys.argv cannot be set until sys exists.  As I mentioned above, subsequent calls before finalization must continue to be no-ops.

Code that depends on a bug, in this case of sys.argv not existing, is always vulnerable.  In this case, I would expect that people who want sys.argv to have a particular value would unconditionally set it.  If it were conditionally set, the program would likely exit or otherwise fail a test.  I intentionally have not suggested backporting a code change.
History
Date User Action Args
2020-08-30 22:28:29terry.reedysetrecipients: + terry.reedy, gvanrossum, jaraco, docs@python
2020-08-30 22:28:29terry.reedysetmessageid: <1598826509.94.0.24825884817.issue41615@roundup.psfhosted.org>
2020-08-30 22:28:29terry.reedylinkissue41615 messages
2020-08-30 22:28:29terry.reedycreate