mirror of
https://github.com/python/cpython.git
synced 2026-06-13 06:35:32 -04:00
c8bd53f815
If the coroutine raised a BaseException, consume the exception to not log a warning. The caller doesn't have access to the local task.