龙卷风6.0.3的新功能¶
2019年6月22日¶
错误修复¶
gen.with_timeout总是招待客人asyncio.CancelledError作为一个quiet_exception(这提高了与python 3.8的兼容性,python 3.8改变了CancelledError到ABaseException)IOStream现在检查之前关闭的流,避免在某些情况下(主要是WebSockets)记录错误。
gen.with_timeout 总是招待客人 asyncio.CancelledError 作为一个 quiet_exception (这提高了与python 3.8的兼容性,python 3.8改变了 CancelledError 到A BaseException )
IOStream 现在检查之前关闭的流,避免在某些情况下(主要是WebSockets)记录错误。