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 methane
Recipients matrixise, methane, yselivanov
Date 2016-10-13.11:43:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476358986.01.0.7283373353.issue28428@psf.upfronthosting.co.za>
In-reply-to
Content
Because:

* The "futures" name is used in concurrent.futures too. This module is for asyncio.
* Currently, this module has only Future class. But there are several ideas about adding C speedup to improve asyncio performance. (e.g. buffer slicing and Task class).

See also: http://bugs.python.org/issue26081#msg278368
History
Date User Action Args
2016-10-13 11:43:06methanesetrecipients: + methane, yselivanov, matrixise
2016-10-13 11:43:06methanesetmessageid: <1476358986.01.0.7283373353.issue28428@psf.upfronthosting.co.za>
2016-10-13 11:43:05methanelinkissue28428 messages
2016-10-13 11:43:05methanecreate