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

Łukasz Langa report at bugs.python.org
Mon Mar 23 06:40:03 EDT 2020


Łukasz Langa <lukasz at langa.pl> added the comment:

Re-opening as it causes refleaks all across the stable buildbots. I can reproduce on macOS Catalina as well. Run this to see for yourself:

- ./python.exe -E -Wd -m test -uall,-gui -l -L -R: test_importlib

Reverting GH-18627 fixes the issue.

----------
keywords: +needs review -patch
nosy: +lukasz.langa
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list