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 vstinner
Recipients Yury.Selivanov, alex.gronholm, gvanrossum, scoder, vstinner, yselivanov
Date 2015-08-01.12:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZ9bJr2=XZ3kdmqPdChyA2n-+a6wQfZi3=DB7UMRPwSsQ@mail.gmail.com>
In-reply-to <1438424125.19.0.879160158112.issue24383@psf.upfronthosting.co.za>
Content
There are other implementations of asyncio than the one in CPython.
Pulsar and Tornado define their own Task class. The greenio project
also has a special task object. aioeventlet and aiogevent may also
benefit from a way to register new "awaitable" things.

I'm not opposed to support concurrent.futures.Future object. I don't
like the idea of starting to add a special case for one module. Others
may want to do the same for their library.
History
Date User Action Args
2015-08-01 12:24:29vstinnersetrecipients: + vstinner, gvanrossum, scoder, alex.gronholm, Yury.Selivanov, yselivanov
2015-08-01 12:24:29vstinnerlinkissue24383 messages
2015-08-01 12:24:29vstinnercreate