Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) | Yury Selivanov | 2017-12-10 |
| | |||
* | Issue #28544: Implement asyncio.Task in C. | Yury Selivanov | 2016-10-28 |
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). |