Skip to content
Prev Previous commit
Merge branch 'master' into bpo-39562-2
  • Loading branch information
isidentical authored Apr 22, 2020
commit 0b8936e2e2c3649085ce5ddbc345911079677b7b
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.)

* The constant values of future flags in the :mod:`__future__` module
is updated in order to prevent collision with compiler flags. Previously
``PyCF_ALLOW_TOP_LEVEL_AWAIT`` was clashing with ``CO_FUTURE_DIVISION``.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.