[issue34247] PYTHONOPTIMZE ignored in 3.7.0 when using custom launcher

STINNER Victor report at bugs.python.org
Sun Aug 5 06:33:50 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

On my PR, Nick Coghlan wrote:

"We may want to tweak the porting note in What's New, as I believe this may read more environment variables at init time than the interpreter did previously, so embedding applications that want more complete control may now need to set Py_IgnoreEnvironmentFlag when they could previously get by without it."

https://github.com/python/cpython/pull/8659#pullrequestreview-143397378

I'm not sure about this, since it's really a bug of Python 3.7.0 and it's now fixed.

I let you decide if the issue should be closed or not, I leave it open.

----------

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


More information about the Python-bugs-list mailing list