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 vstinner
Date 2019-11-19.23:11:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574205069.59.0.0921100013632.issue38858@roundup.psfhosted.org>
In-reply-to
Content
Currently, new_interpreter() is a subset of Py_InitializeFromConfig(): the code was duplicated. I would prefer that both functions stay in sync and so that new_interpreter() reuses more Py_InitializeFromConfig() code.
History
Date User Action Args
2019-11-19 23:11:09vstinnersetrecipients: + vstinner
2019-11-19 23:11:09vstinnersetmessageid: <1574205069.59.0.0921100013632.issue38858@roundup.psfhosted.org>
2019-11-19 23:11:09vstinnerlinkissue38858 messages
2019-11-19 23:11:09vstinnercreate