SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 257 Python

Refactor future feature handling

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.
J
Jeremy Hylton committed
b857ba261fc468d956e350f51469efd7d5773da2
Parent: fdd12f6