Python asyncio API design pain

I used to love asyncio. For a period of time, nearly all my stuff was written for asyncio. I wrote a Flask-like (mistake IMO) web framework, and a fully async ORM, both built from the ground up for asyncio. I even got in arguments defending it with people… Read more

Similar

Python PEP 744 – JIT Compilation

Earlier this year, an experimental “just-in-time” compiler was merged into CPython’s main development branch. While recent CPython releases have included other substantial internal changes, this addition represents a particularly significant departure fro... (more…)

Read more »