bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)

Co-Authored-By: Victor Stinner <vstinner@python.org>
This commit is contained in:
Kyle Stanley 2020-04-21 16:50:51 -04:00 committed by GitHub
parent 11a7f158ef
commit 9c82ea7868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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
------------------------