mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
a0c1ba608e
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).