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 <[email protected]>
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: <[email protected]>
2019-03-06 01:10:37vstinnerlinkissue36204 messages
2019-03-06 01:10:37vstinnercreate