* **uvloop version**: v0.9.1 * **Python version**: 3.7b1 * **Platform**: Alpine 3.7 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Not relevant AttributeError: module 'asyncio.coroutines' has no attribute 'debug_wrapper' asyncio no longer uses sys.set_coroutine_wrapper. So asynicio.coroutines no longer has a debug_wrapper https://github.com/python/cpython/pull/5250