summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/consts.py
Commit message (Collapse)AuthorAgeFilesLines
* del no longer necessary now that new module is goneJeremy Hylton2001-09-141-2/+0
|
* the new new doesn't define CO_xxx as the old new didJeremy Hylton2001-09-141-1/+9
|
* Fix _convert_NAME() so that it doesn't store locals for class bodies.Jeremy Hylton2001-08-301-3/+2
| | | | | | | | | Fix list comp code generation -- emit GET_ITER instead of Const(0) after the list. Add CO_GENERATOR flag to generators. Get CO_xxx flags from the new module
* Define constants for types of scopesJeremy Hylton2001-04-121-0/+5
|
* constants from transformerJeremy Hylton2000-02-081-0/+9