]> granicus.if.org Git - python/commit
fix sending tuples to custom generator objects with yield from (closes #21209)
authorBenjamin Peterson <benjamin@python.org>
Mon, 14 Apr 2014 03:52:01 +0000 (23:52 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 14 Apr 2014 03:52:01 +0000 (23:52 -0400)
commitf6e50b4a811477206d1c252a531c31029ea93866
treecd2487f0cdeef93232b336fa63c28f0ed42cc2ac
parent584f5cbf16980f21c58bf7ce7e451e022355fa3d
fix sending tuples to custom generator objects with yield from (closes #21209)

Debugged by Victor.
Lib/test/test_pep380.py
Misc/NEWS
Python/ceval.c