mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
287c81db89
Currently the on_*_error isn't called for CancellationError's. This is because in python 3.8, the inheritance changed from Exception to BaseException https://docs.python.org/3/library/asyncio-exceptions.html#asyncio.CancelledError