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 brett.cannon, eric.snow, ncoghlan, ned.deily, ronaldoussoren, vstinner
Date 2018-08-03.20:27:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533328072.07.0.56676864532.issue34247@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2018-08-03 20:27:52vstinnersetrecipients: + vstinner, brett.cannon, ronaldoussoren, ncoghlan, ned.deily, eric.snow
2018-08-03 20:27:52vstinnersetmessageid: <1533328072.07.0.56676864532.issue34247@psf.upfronthosting.co.za>
2018-08-03 20:27:52vstinnerlinkissue34247 messages
2018-08-03 20:27:51vstinnercreate