[issue38858] new_interpreter() should reuse more Py_InitializeFromConfig() code

STINNER Victor report at bugs.python.org
Tue Nov 19 18:11:09 EST 2019


New submission from STINNER Victor <vstinner at python.org>:

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.

----------
components: Interpreter Core
messages: 357001
nosy: vstinner
priority: normal
severity: normal
status: open
title: new_interpreter() should reuse more Py_InitializeFromConfig() code
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38858>
_______________________________________


More information about the Python-bugs-list mailing list