commit | b857ba261fc468d956e350f51469efd7d5773da2 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Aug 10 21:41:33 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Aug 10 21:41:33 2001 +0000 |
tree | ae9529e282d8d196eaaab2ab394e395626aca137 | |
parent | fdd12f66bb9740c7796441cd19db2a9d1502ee4f [diff] |
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.