DEV Community

Cover image for Asyncio in Python 3.7
Cristian Medina
Cristian Medina

Posted on • Originally published at tryexceptpass.org on

Asyncio in Python 3.7

The release of Python 3.7 introduced a number of changes into the async world. There are a lot of quality-of-life improvements, some affect compatibility across versions and some are new features to help manage concurrency better. This article will go over the changes, their implications and the things you’ll want to watch out for if you’re a maintainer. Some may even affect you even if you don’t use asyncio.

Read on ...

Top comments (0)