Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 601f862 + bb2fc5b commit f10642eCopy full SHA for f10642e
2 files changed
Doc/library/asyncio-eventloop.rst
@@ -123,7 +123,7 @@ Run an event loop
123
124
Returns ``True`` if the event loop was closed.
125
126
- .. versionadded:: 3.5
+ .. versionadded:: 3.4.2
127
128
.. method:: BaseEventLoop.close()
129
Misc/NEWS
@@ -92,6 +92,10 @@ Core and Builtins
92
Library
93
-------
94
95
+- Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop.
96
+ run_forever() and run_until_complete() methods of asyncio.BaseEventLoop now
97
+ raise an exception if the event loop was closed.
98
+
99
- Issue #21310: Fixed possible resource leak in failed open().
100
101
- Issue #21256: Printout of keyword args should be in deterministic order in
0 commit comments