mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Issue #16826: Don't check for PYTHONCASEOK when using -E.
This commit fixes a regression that sneaked into Python 3.3 where importlib was not respecting -E when checking for the PYTHONCASEOK environment variable.
This commit is contained in:
parent
9edb168dd7
commit
d151da9ef7
5 changed files with 4322 additions and 4244 deletions
|
|
@ -66,6 +66,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #16826: Don't check for PYTHONCASEOK if interpreter started with -E.
|
||||
|
||||
- Issue #18418: After fork(), reinit all threads states, not only active ones.
|
||||
Patch by A. Jesse Jiryu Davis.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue