mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
71ebc3359b
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