Now Python have event loop written in C. How much uvloop faster asyncio event loop in Py3.7 and Py3.8?
Python does not have an event loop written in C.
Yea, you are right. It's just rewritten common objects on C, like Future :)
https://github.com/python/cpython/blob/master/Modules/_asynciomodule.c
Yeah, I know, I did that :)
This normally happens on Twitter. :)
Most helpful comment
Yeah, I know, I did that :)