]> granicus.if.org Git - python/commit
Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out
authorThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 20:02:27 +0000 (20:02 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 20:02:27 +0000 (20:02 +0000)
commit5e9f1fa706518e0c5c1052652c9783d4f8672b57
tree8544fdc56a89c88f1c5c74afb01e7ac1205da67b
parent56820c2babcfb20b4625e30671c996dac5d18494
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.
Python/compile.c