Message323068
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(). |
|
Date |
User |
Action |
Args |
2018-08-03 20:27:52 | vstinner | set | recipients:
+ vstinner, brett.cannon, ronaldoussoren, ncoghlan, ned.deily, eric.snow |
2018-08-03 20:27:52 | vstinner | set | messageid: <1533328072.07.0.56676864532.issue34247@psf.upfronthosting.co.za> |
2018-08-03 20:27:52 | vstinner | link | issue34247 messages |
2018-08-03 20:27:51 | vstinner | create | |
|