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 serhiy.storchaka
Recipients Mark.Shannon, larry, serhiy.storchaka
Date 2021-01-06.10:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609929146.6.0.940880833983.issue42837@roundup.psfhosted.org>
In-reply-to
Content
Does not it change the current behavior? I do not see a difference with issue42725.

>>> def f():
...     x: (yield)
... 
>>> f()
<generator object f at 0x7f971b45d950>
History
Date User Action Args
2021-01-06 10:32:26serhiy.storchakasetrecipients: + serhiy.storchaka, larry, Mark.Shannon
2021-01-06 10:32:26serhiy.storchakasetmessageid: <1609929146.6.0.940880833983.issue42837@roundup.psfhosted.org>
2021-01-06 10:32:26serhiy.storchakalinkissue42837 messages
2021-01-06 10:32:26serhiy.storchakacreate