summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_futures.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.5 (issue #28634)Yury Selivanov2016-11-071-1/+2
|
* Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-281-0/+70
This implementation provides additional 10-20% speed boost for asyncio programs. The patch also fixes _asynciomodule.c to use Arguments Clinic, and makes '_schedule_callbacks' an overridable method (as it was in 3.5).