Message245338
When a co-routine has delegated computation to another co-routine via "yield from", it is useful to be able to access the delegated-to co-routine.
This proposed enhancement would add a new calculated property to the generator object called "gi_yieldfrom", which returns the delegated-to co-routine (or None). |
|
Date |
User |
Action |
Args |
2015-06-14 10:29:47 | bennoleslie | set | recipients:
+ bennoleslie |
2015-06-14 10:29:47 | bennoleslie | set | messageid: <1434277787.61.0.454692598565.issue24450@psf.upfronthosting.co.za> |
2015-06-14 10:29:47 | bennoleslie | link | issue24450 messages |
2015-06-14 10:29:47 | bennoleslie | create | |
|