[Python-Dev] PEP 264

Tim Peters tim.one@home.com
Mon, 27 Aug 2001 18:10:53 -0400


[Michael Hudson]
> OK, I see.  In this spirit, wouldn't it be better to define the
> PyCF_MASK and PyCF_MASK_OBSOLETE flags in the same place as the CO_*
> flags they're made up of?

-0.  I don't see that it matters.  Wouldn't object if someone else wanted
to, but they appear to make most sense where they are, next to the decl of
the PyCompilerFlags struct (the "CF" in PyCF_MASK refers to Compiler Flags,
not Code Flags -- these bits are doing double-duty in 2.2a2).