On Thu, Mar 8, 2012 at 10:00 AM, Benjamin Peterson <[email protected]> wrote: > 2012/3/7 Benjamin Peterson <[email protected]>: >> 2012/3/7 Stefan Behnel <[email protected]>: >>> 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 | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
