commit | 5e9f1fa706518e0c5c1052652c9783d4f8672b57 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Tue Feb 28 20:02:27 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Tue Feb 28 20:02:27 2006 +0000 |
tree | 8544fdc56a89c88f1c5c74afb01e7ac1205da67b | |
parent | 56820c2babcfb20b4625e30671c996dac5d18494 [diff] |
Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out in multiple places. This makes compile()/eval()/etc also inherit the absolute-import codeflag, like division and with-statement already were.