SIGN IN SIGN UP

SF patch #910929: Optimize list comprehensions

Add a new opcode, LIST_APPEND, and apply it to the code generation for
list comprehensions.  Reduces the per-loop overhead by about a third.
R
Raymond Hettinger committed
dd80f762650f42f5f9ae820d9f55b21ed6f33bc0
Parent: bff63f0