Issue #28544: Implement asyncio.Task in C.
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).
Showing
Lib/asyncio/base_futures.py
0 → 100644
Lib/asyncio/base_tasks.py
0 → 100644
Please register or sign in to comment