mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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:
parent
11a7f158ef
commit
9c82ea7868
1 changed files with 5 additions and 0 deletions
|
@ -827,6 +827,11 @@ Changes in the Python API
|
||||||
in the object itself.
|
in the object itself.
|
||||||
(Contributed by Serhiy Storchaka in :issue:`40257`.)
|
(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
|
CPython bytecode changes
|
||||||
------------------------
|
------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue