-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
test_await_17 (test.test_coroutines.CoroutineTest.test_await_17) ... Warning -- Unraisable exception
Exception ignored while finalizing coroutine <coroutine object CoroutineTest.test_await_17.<locals>.A.__anext__ at 0x10205e970>:
Traceback (most recent call last):
File "/Users/admin/actions-runner/_work/cpython/cpython/Lib/warnings.py", line 700, in _warn_unawaited_coroutine
warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
RuntimeWarning: coroutine 'CoroutineTest.test_await_17.<locals>.A.__anext__' was never awaited
ok
CPython versions tested on:
3.14, CPython main branch
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error