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 ncoghlan
Recipients Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, martin.panter, ncoghlan, scoder, vstinner, yselivanov
Date 2015-06-19.05:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434690549.63.0.326403832191.issue24400@psf.upfronthosting.co.za>
In-reply-to
Content
In my last set of review comments, I suggested changing the Python level attributes for coroutine objects to cr_frame, cr_code, and cr_running.

That reminded me that now that coroutines are their own type, we should also give them their own state introspection API, matching the API for generators: https://docs.python.org/3/library/inspect.html#current-state-of-a-generator
History
Date User Action Args
2015-06-19 05:09:09ncoghlansetrecipients: + ncoghlan, gvanrossum, scoder, vstinner, asvetlov, Yury.Selivanov, Ben.Darnell, martin.panter, yselivanov
2015-06-19 05:09:09ncoghlansetmessageid: <1434690549.63.0.326403832191.issue24400@psf.upfronthosting.co.za>
2015-06-19 05:09:09ncoghlanlinkissue24400 messages
2015-06-19 05:09:09ncoghlancreate