• Jeremy Hylton's avatar
    Refactor future feature handling · b857ba26
    Jeremy Hylton yazdı
    Replace uses of PyCF_xxx with CO_xxx.
    
    Replace individual feature slots in PyFutureFeatures with single
    bitmask ff_features.
    
    When flags must be transfered among the three parts of the interpreter
    that care about them -- the pythonrun layer, the compiler, and the
    future feature parser -- can simply or (|) the definitions.
    b857ba26
future.c 5.4 KB