Skip to content

Commit 9c82ea7

Browse files
aerosvstinner
andauthored
bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)
Co-Authored-By: Victor Stinner <[email protected]>
1 parent 11a7f15 commit 9c82ea7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,11 @@ Changes in the Python API
827827
in the object itself.
828828
(Contributed by Serhiy Storchaka in :issue:`40257`.)
829829

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+
830835

831836
CPython bytecode changes
832837
------------------------

0 commit comments

Comments
 (0)