[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2019-03-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset 25d13f37aa6743282d0b8b4df687ff8964b2 by Victor Stinner in branch 'master': bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) https://github.com/python/cpython/commit/25d13f37aa6743282d0b8b4df687ff8964b2 -- ___

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2019-03-06 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12187 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-20 Thread Nick Coghlan
Nick Coghlan added the comment: Yep, exactly - things are much improved already, thanks primarily to your work, and it seems likely they'll be even further improved by the time 3.8.0 comes around :) -- ___ Python tracker

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-20 Thread STINNER Victor
STINNER Victor added the comment: > The "ill-defined" in Python 3.6 relates to the fact that we never actually > defined or tested which environment variables were read by Py_Main and which > ones were read by Py_Initialize, since the majority of our tests only covered > Py_Main (by launchin

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-20 Thread Nick Coghlan
Nick Coghlan added the comment: The "ill-defined" in Python 3.6 relates to the fact that we never actually defined or tested which environment variables were read by Py_Main and which ones were read by Py_Initialize, since the majority of our tests only covered Py_Main (by launching a full P

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-13 Thread Ned Deily
Ned Deily added the comment: I've merged Nick's suggested porting note so I'm going to remove the "release blocker" status. Can we also close this now? -- priority: release blocker -> ___ Python tracker _

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-13 Thread miss-islington
miss-islington added the comment: New changeset 305056494d7e1debec3df268b8925725b0110293 by Miss Islington (bot) in branch '3.7': bpo-34247: add porting note to 3.7 What's New (GH-9223) https://github.com/python/cpython/commit/305056494d7e1debec3df268b8925725b0110293 -- nosy: +miss-

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-13 Thread STINNER Victor
STINNER Victor added the comment: > (in earlier Python versions, it respected an ill-defined subset of those > environment variables, ...) I'm not aware of the Python 3.6 issue ("ill-defined"): which env vars were not properly handled? -- ___ Pyt

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +8707 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-13 Thread Ned Deily
Ned Deily added the comment: New changeset 66755cbb1e529f54c9066639ebbbac81add0affd by Ned Deily in branch 'master': bpo-34247: add porting note to 3.7 What's New (GH-9223) https://github.com/python/cpython/commit/66755cbb1e529f54c9066639ebbbac81add0affd --

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-12 Thread Ned Deily
Ned Deily added the comment: PR 9223 adds Nick's proposed wording to the 3.7 What's News. -- ___ Python tracker ___ ___ Python-bugs

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +8654 stage: commit review -> patch review ___ Python tracker ___ ___ Python-bugs-list maili

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-08-05 Thread Nick Coghlan
Nick Coghlan added the comment: My comment wasn't about the 3.7.0 -> 3.7.1 fix, but rather about the fact that I suspect that 3.7.1 is now going to respect some environment variables in this case that 3.6.x ignored. I don't know for sure though, since we didn't have a test case for this unti

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-08-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: PYTHONOPTIMZE ignored in 3.7.0 when using custom launcher -> PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher ___ Python tracker _