chaperone
chaperone copied to clipboard
Python 3.7 compatibility: asyncio.async and async keyword
Chaperone version 0.3.9 does not work with Python 3.7+ because it uses asyncio.async and async is now a keyword.
Looks like after replacing all asyncio.async with asyncio.ensure_future it works.
@ilpon could you make a PR ?
+1
Fix in PR #27 works.
any update on this?
+1 Is this project no longer maintained? If so, it's probably worth making that clear in some way (e.g. via archiving the github repo)