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 njs
Recipients ncoghlan, njs, vstinner, yselivanov
Date 2016-11-07.06:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478498815.31.0.932784161658.issue28629@psf.upfronthosting.co.za>
In-reply-to
Content
+1 to the change for generators. This is actually in the PEP 533 draft: https://www.python.org/dev/peps/pep-0533/#modifications-to-basic-iterator-types

For coroutines, doesn't this overlap with the existing "coroutine not awaited" warning?
History
Date User Action Args
2016-11-07 06:06:55njssetrecipients: + njs, ncoghlan, vstinner, yselivanov
2016-11-07 06:06:55njssetmessageid: <1478498815.31.0.932784161658.issue28629@psf.upfronthosting.co.za>
2016-11-07 06:06:55njslinkissue28629 messages
2016-11-07 06:06:55njscreate