We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5636e commit 2d00484Copy full SHA for 2d00484
1 file changed
Doc/library/asyncio-dev.rst
@@ -46,10 +46,6 @@ In addition to enabling the debug mode, consider also:
46
47
When the debug mode is enabled:
48
49
-* asyncio checks for :ref:`coroutines that were not awaited
50
- <asyncio-coroutine-not-scheduled>` and logs them; this mitigates
51
- the "forgotten await" pitfall.
52
-
53
* Many non-threadsafe asyncio APIs (such as :meth:`loop.call_soon` and
54
:meth:`loop.call_at` methods) raise an exception if they are called
55
from a wrong thread.
0 commit comments