Skip to content

Commit

Permalink
improve news
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 committed Nov 3, 2024
1 parent b84ded1 commit 29caae3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
:func:`asyncio.get_event_loop` now does not implicitly creates an event loop if not already created, instead it raises :exc:`RuntimeError`. Patch by Kumar Aditya.
:func:`asyncio.get_event_loop` now does not implicitly creates an event loop.
It now raises a :exc:`RuntimeError` if there is no set event loop. Patch by Kumar Aditya.

0 comments on commit 29caae3

Please sign in to comment.