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 d0c6e95 commit d30832eCopy full SHA for d30832e
Doc/whatsnew/3.14.rst
@@ -771,6 +771,7 @@ asyncio
771
* Removed implicit creation of event loop by :func:`asyncio.get_event_loop`.
772
It now raises a :exc:`RuntimeError` if there is no current event loop.
773
(Contributed by Kumar Aditya in :gh:`126353`.)
774
+
775
There's a few patterns that use :func:`asyncio.get_event_loop`, most
776
of them can be replaced with :func:`asyncio.run`.
777
0 commit comments