STINNER Victor <vstin...@redhat.com> added the comment:

I first proposed to backport all code from master:
https://mail.python.org/pipermail/python-dev/2018-July/154882.html

But I'm not sure that it's a good idea, since I made *many* changes in the 
master branch since 3.7... I even added more files, and the _PyCoreConfig API 
is going to change anyway...

So I wrote a simpler PR 8659 which backports unit tests, adapt them for Python 
3.7, and fix this issue: PYTHONOPTIMIZE and other environment variables and now 
read by Py_Initialize(), not only by Py_Main().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34247>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to