-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
When I added asyncio support I switched from the Tornado-specific Future.set_exc_info to the compatible Future.set_exception to propagate errors. See if there's a compatible way to preserve the error traceback with both Tornado and asyncio.