dsacre/mididings

async is now a reserved word, beginning in python 3.7

Opened this issue · 3 comments

async is now a reserved word, beginning in python 3.7. This throws a syntax error in file mididings/units/call.py. Just needs the variable to be renamed, something like a_sync, or anything else will do. I've tested in my own build and that seems to be the only issue. Thanks! -Ross

I will work on a pull request renaming async to asynch. However, it appears the last pull request that was actually processed was 5 years ago. Is someone still keeping mididings alive? It really is an excellent piece of software!

I think this is fixed in marcan's fork, and in others too, although I haven't tested.

You can use active-forks to find a good one.

Thanks! Apply in my fork too;