Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) | Benjamin Peterson | 2012-03-15 | 1 | -1/+22 |
* | make delegating generators say they running (closes #14220) | Benjamin Peterson | 2012-03-07 | 1 | -0/+72 |
* | Fix a crash when the return value of a subgenerator is a temporary | Amaury Forgeot d'Arc | 2012-01-13 | 1 | -0/+11 |
* | NULL and no exception set from tp_iternext means StopIteration | Benjamin Peterson | 2012-01-13 | 1 | -0/+5 |
* | add test, which was missing from d64ac9ab4cd0 | Benjamin Peterson | 2012-01-13 | 1 | -0/+842 |