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 11a7f15 commit 9c82ea7Copy full SHA for 9c82ea7
Doc/whatsnew/3.9.rst
@@ -827,6 +827,11 @@ Changes in the Python API
827
in the object itself.
828
(Contributed by Serhiy Storchaka in :issue:`40257`.)
829
830
+* :meth:`asyncio.loop.shutdown_default_executor` has been added to
831
+ :class:`~asyncio.AbstractEventLoop`, meaning alternative event loops that
832
+ inherit from it should have this method defined.
833
+ (Contributed by Kyle Stanley in :issue:`34037`.)
834
+
835
836
CPython bytecode changes
837
------------------------
0 commit comments