chaperone icon indicating copy to clipboard operation
chaperone copied to clipboard

Python 3.7 compatibility: asyncio.async and async keyword

Open ilpon opened this issue 6 years ago • 6 comments

Chaperone version 0.3.9 does not work with Python 3.7+ because it uses asyncio.async and async is now a keyword.

ilpon avatar Jan 20 '19 12:01 ilpon

Looks like after replacing all asyncio.async with asyncio.ensure_future it works.

ilpon avatar Jan 20 '19 12:01 ilpon

@ilpon could you make a PR ?

BobCashStory avatar Aug 05 '19 15:08 BobCashStory

+1

Niduck avatar Sep 02 '19 22:09 Niduck

Fix in PR #27 works.

gw0 avatar Apr 15 '20 08:04 gw0

any update on this?

noonien avatar Sep 11 '21 21:09 noonien

+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)

simjega avatar Dec 23 '22 09:12 simjega