Fix for bug [#452230] future division isn't propagated.
authorTim Peters <tim.peters@gmail.com>
Fri, 17 Aug 2001 23:04:59 +0000 (23:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 17 Aug 2001 23:04:59 +0000 (23:04 +0000)
commit9fa96bed6fcad0faae778cf160f3415de560d08a
treeaa80cf325883be4cbe0ee50d6bc54a3115cdf003
parenta8278cc37ef6557fa124a52811d79f6ba1cf328b
Fix for bug [#452230] future division isn't propagated.
builtin_eval wasn't merging in the compiler flags from the current frame;
I suppose we never noticed this before because future division is the
first future-feature that can affect expressions (nested_scopes and
generators had only statement-level effects).
Lib/test/test_binop.py
Python/bltinmodule.c