mirror of
https://github.com/python/cpython.git
synced 2026-06-12 06:04:27 -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.