Closed cdsboy closed 5 years ago
Thanks for the PR. There are three failing tests - could you take a look at those?
Also, if this is the only issue to be fixed for Tornado 6.0 then I'll follow up and "officially" mark Tornado-JSON as supporting 6.0 (since as per the current requirements and testbed, only 5 and below is supported).
Superseded by #113. Closing this.
This fixes the
TypeError: Object of type 'coroutine' is not JSON serializable
found when running Tornado 6.0 and using python 3 async def methods.