Tornado 6 does not contain the StackContext used in the current implementation.
How could we support Tornado 6? Should one of the already-implemented ScopeManagers be used?
Should the contextvars module be used? That would limit the usage to Python 3.7+ though.
Tornado 6 does not contain the StackContext used in the current implementation.
How could we support Tornado 6? Should one of the already-implemented ScopeManagers be used?
Should the contextvars module be used? That would limit the usage to Python 3.7+ though.