[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-18 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17934 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/18553 ___ Python tracker ___

[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-18 Thread STINNER Victor
STINNER Victor added the comment: Tests fail on macOS: https://buildbot.python.org/all/#/builders/275/builds/249 I reopen the issue. The issue should be fixed soon, or the change will be reverted to repair buildobts: https://pythondev.readthedocs.io/ci.html#revert-on-fail

[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-17 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset d83b6600b25487e4ebffd7949d0f478de9538875 by idomic in branch 'master': bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) https://github.com/python/cpython/commit/d83b6600b25487e4ebffd7949d0f478de9538875

[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-03 Thread Dong-hee Na
Dong-hee Na added the comment: @Ido Michael I left review comments for you :) Thanks for the contribution. -- nosy: +corona10 ___ Python tracker ___

[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-02 Thread Ido Michael
Ido Michael added the comment: Created this PR: GH-18314 -- nosy: +Ido Michael ___ Python tracker ___ ___ Python-bugs-list mailing

[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-02 Thread Ido Michael
Change by Ido Michael : -- keywords: +patch pull_requests: +17690 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18314 ___ Python tracker ___

[issue38691] [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-01-24 Thread STINNER Victor
STINNER Victor added the comment: sys.flags.ignore_environment should be used. -- keywords: +newcomer friendly title: importlib: PYTHONCASEOK should be ignored when using python3 -E -> [easy] importlib: PYTHONCASEOK should be ignored when using python3 -E