SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 42 Python

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).
T
Tim Peters committed
9fa96bed6fcad0faae778cf160f3415de560d08a
Parent: a8278cc