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, georg.brandl, jgehrcke, jwilk, krivushinme, pitrou, r.david.murray, vstinner, zach.ware
Date 2020-06-08.17:31:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591637481.42.0.408797770376.issue23427@roundup.psfhosted.org>
In-reply-to
Content
My implementation (PR 20729) is based on bpo-40910 change which added a private PyConfig._orig_argv member to fix Py_GetArgcArgv().
History
Date User Action Args
2020-06-08 17:31:21vstinnersetrecipients: + vstinner, georg.brandl, pitrou, jwilk, r.david.murray, jgehrcke, docs@python, zach.ware, krivushinme
2020-06-08 17:31:21vstinnersetmessageid: <1591637481.42.0.408797770376.issue23427@roundup.psfhosted.org>
2020-06-08 17:31:21vstinnerlinkissue23427 messages
2020-06-08 17:31:21vstinnercreate