| commit | a4e4e35783d26151be19253ff6dd1c3ec2ca7efa | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Thu Mar 22 08:19:04 2012 -0400 |
| committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 22 08:19:04 2012 -0400 |
| tree | 548bf2b8c05481fe603f48189579ea7404532900 | |
| parent | e112153727def076478a84733f30a8f44f4c8844 [diff] [blame] |
check by equality for __future__ not identity (closes #14378)
diff --git a/Misc/NEWS b/Misc/NEWS index 606898f..1c1bf16 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #14378: Fix compiling ast.ImportFrom nodes with a "__future__" string as + the module name that was not interned. + - Issue #14331: Use significantly less stack space when importing modules by allocating path buffers on the heap instead of the stack.