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 miss-islington, vstinner
Date 2019-07-01.17:41:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562002868.3.0.397699204488.issue36763@roundup.psfhosted.org>
In-reply-to
Content
Another minor implementation issue: calling _PyCoreConfig_Read() twice calls _Py_SetArgcArgv() twice, the second call override the first _Py_SetArgcArgv() call. IMHO it should only be called once, at the first _PyCoreConfig_Read() call.
History
Date User Action Args
2019-07-01 17:41:08vstinnersetrecipients: + vstinner, miss-islington
2019-07-01 17:41:08vstinnersetmessageid: <1562002868.3.0.397699204488.issue36763@roundup.psfhosted.org>
2019-07-01 17:41:08vstinnerlinkissue36763 messages
2019-07-01 17:41:08vstinnercreate