Skip to content

Python: Avoid identifier 'async', which became a keyword in 3.7

Simon McVittie requested to merge smcv/gnome-builder:python37-async into master

This is an incompatible change, but so is async becoming an identifier.

Fixes: #565 (closed)

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903558

Signed-off-by: Simon McVittie smcv@debian.org

Merge request reports