• Tim Peters's avatar
    Fix for bug [#452230] future division isn't propagated. · 9fa96bed
    Tim Peters yazdı
    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).
    9fa96bed
bltinmodule.c 48.2 KB