]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)
authorKyle Stanley <aeros167@gmail.com>
Tue, 21 Apr 2020 20:50:51 +0000 (16:50 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 20:50:51 +0000 (16:50 -0400)
Co-Authored-By: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.9.rst

index c4b49feed9fc1d00b7dc97ff8ae78c742811de79..20ebe92865a14692fc2d2ed40fc19f857798d7d2 100644 (file)
@@ -827,6 +827,11 @@ Changes in the Python API
   in the object itself.
   (Contributed by Serhiy Storchaka in :issue:`40257`.)
 
+* :meth:`asyncio.loop.shutdown_default_executor` has been added to
+  :class:`~asyncio.AbstractEventLoop`, meaning alternative event loops that
+  inherit from it should have this method defined.
+  (Contributed by Kyle Stanley in :issue:`34037`.)
+
 
 CPython bytecode changes
 ------------------------