New submission from STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38858>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to