[issue34247] PYTHONOPTIMZE ignored in 3.7.0 when using custom launcher

Nick Coghlan report at bugs.python.org
Sat Jul 28 00:00:08 EDT 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Next steps:

- add a test case that runs the same sys.flags checks as in https://github.com/python/cpython/commit/d7ac06126db86f76ba92cbca4cb702852a321f78, but as a test_embed embedding test using Py_Initialize rather than Py_Main
- create a shared internal API that both Py_Main and Py_Initialize can use to write the environment variable settings back to the global variables

----------

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


More information about the Python-bugs-list mailing list