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 jaraco
Recipients docs@python, gvanrossum, jaraco, terry.reedy
Date 2020-08-30.13:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598792895.24.0.763535276686.issue41615@roundup.psfhosted.org>
In-reply-to
Content
One possible option to guarantee initialization could be for PyInitialize to always call PySys_SetArgvEx(1, [""], 0), providing a default value for embedded interpreters that fail to call it.
History
Date User Action Args
2020-08-30 13:08:15jaracosetrecipients: + jaraco, gvanrossum, terry.reedy, docs@python
2020-08-30 13:08:15jaracosetmessageid: <1598792895.24.0.763535276686.issue41615@roundup.psfhosted.org>
2020-08-30 13:08:15jaracolinkissue41615 messages
2020-08-30 13:08:15jaracocreate