v2.2.0
Changelog
- Fixed compatibility with Python 3.5+
- Fixed
iscoroutine
returningTrue
for generators (by usingiscoroutine
frominspect
instead ofasyncio
)
iscoroutine
returning True
for generators (by using iscoroutine
from inspect
instead of asyncio
)