On Thu, Mar 8, 2012 at 10:00 AM, Benjamin Peterson <benja...@python.org> wrote: > 2012/3/7 Benjamin Peterson <benja...@python.org>: >> 2012/3/7 Stefan Behnel <stefan...@behnel.de>: >>> The problem is in steps 5) and 6), which are handled by g1 at the wrong >>> call level. They shouldn't lead to undelegation and termination in g1, just >>> to an exception being raised in g2. >> >> That looks wrong indeed. > > Fixed as of 3357eac1ba62
Thanks. And, since the fix was entirely internal to the generator implementation, Stefan should be right for the Cython generators, too. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com