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 Ben.Darnell
Recipients Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, larry, martin.panter, ncoghlan, python-dev, r.david.murray, scoder, vstinner, yselivanov
Date 2015-07-03.22:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435963823.96.0.0100655910794.issue24400@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think operator.getfuture() is possible because there are multiple ways of turning an awaitable into a Future. asyncio has one way; tornado has another.
History
Date User Action Args
2015-07-03 22:50:24Ben.Darnellsetrecipients: + Ben.Darnell, gvanrossum, ncoghlan, scoder, vstinner, larry, r.david.murray, asvetlov, Yury.Selivanov, python-dev, martin.panter, yselivanov
2015-07-03 22:50:23Ben.Darnellsetmessageid: <1435963823.96.0.0100655910794.issue24400@psf.upfronthosting.co.za>
2015-07-03 22:50:23Ben.Darnelllinkissue24400 messages
2015-07-03 22:50:23Ben.Darnellcreate