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 ncoghlan, steve.dower, vstinner
Date 2019-03-06.01:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551834637.37.0.217808362409.issue36204@roundup.psfhosted.org>
In-reply-to
Content
PySys_SetArgvEx() can be called before Py_Initialize(), but arguments passed to this function are not parsed.

https://docs.python.org/dev/c-api/init.html#c.PySys_SetArgvEx
History
Date User Action Args
2019-03-06 01:10:37vstinnersetrecipients: + vstinner, ncoghlan, steve.dower
2019-03-06 01:10:37vstinnersetmessageid: <1551834637.37.0.217808362409.issue36204@roundup.psfhosted.org>
2019-03-06 01:10:37vstinnerlinkissue36204 messages
2019-03-06 01:10:37vstinnercreate