[Python-Dev] problem with recursive "yield from" delegation
Benjamin Peterson
benjamin at python.org
Thu Mar 8 01:00:36 CET 2012
More information about the Python-Dev mailing list
Thu Mar 8 01:00:36 CET 2012
- Previous message: [Python-Dev] problem with recursive "yield from" delegation
- Next message: [Python-Dev] problem with recursive "yield from" delegation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2012/3/7 Benjamin Peterson <benjamin at python.org>: > 2012/3/7 Stefan Behnel <stefan_ml at 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 -- Regards, Benjamin
- Previous message: [Python-Dev] problem with recursive "yield from" delegation
- Next message: [Python-Dev] problem with recursive "yield from" delegation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list