summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-06-03-22-54-15.bpo-34037.fKNAbH.rst
blob: fb2f7a5fa36e32d6a190b386f7fa0d4ca6ac82df (plain)
1
2
3
4
:mod:`asyncio`: ``loop.close()`` now waits for the default executor to
finish by default. Set ``loop.wait_executor_on_close`` attribute to
``False`` to opt-in for Python 3.7 behavior (not wait for the executor to
finish).