garywiz / chaperone

Lightweight process-tree manager for Docker-like containers
Other
174 stars 31 forks source link

Python 3.7 compatibility: asyncio.async and async keyword #24

Open ilpon opened 5 years ago

ilpon commented 5 years ago

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

ilpon commented 5 years ago

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

BobCashStory commented 5 years ago

@ilpon could you make a PR ?

Niduck commented 5 years ago

+1

gw0 commented 4 years ago

Fix in PR #27 works.

noonien commented 3 years ago

any update on this?

simjega commented 1 year ago

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