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 chris.jerdonek
Recipients asvetlov, chris.jerdonek, yselivanov
Date 2020-05-06.10:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588761371.4.0.673681256885.issue40466@roundup.psfhosted.org>
In-reply-to
Content
Closing this as a duplicate of https://bugs.python.org/issue29587

It turns out that, as Nathaniel first suggested, this is really just another special case of that issue (the "yield from" case as opposed to the "yield" case). It's just that the particular examples provided in that issue were for "yield" and not "yield from", so it wasn't immediately evident.
History
Date User Action Args
2020-05-06 10:36:11chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, yselivanov
2020-05-06 10:36:11chris.jerdoneksetmessageid: <1588761371.4.0.673681256885.issue40466@roundup.psfhosted.org>
2020-05-06 10:36:11chris.jerdoneklinkissue40466 messages
2020-05-06 10:36:11chris.jerdonekcreate