This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bennoleslie
Recipients bennoleslie
Date 2015-06-14.10:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434277787.61.0.454692598565.issue24450@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-06-14 10:29:47bennolesliesetrecipients: + bennoleslie
2015-06-14 10:29:47bennolesliesetmessageid: <1434277787.61.0.454692598565.issue24450@psf.upfronthosting.co.za>
2015-06-14 10:29:47bennoleslielinkissue24450 messages
2015-06-14 10:29:47bennolesliecreate