We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb16fb2 commit 030fe8eCopy full SHA for 030fe8e
Doc/whatsnew/3.9.rst
@@ -116,6 +116,13 @@ Added the *indent* option to :func:`~ast.dump` which allows it to produce a
116
multiline indented output.
117
(Contributed by Serhiy Storchaka in :issue:`37995`.)
118
119
+asyncio
120
+-------
121
+
122
+Added a new couroutine :meth:`loop.shutdown_default_executor` that schedules
123
+a shutdown for the default executor that waits on the threadpool to finish
124
+closing. Also, :func:`asyncio.run` has been updated to use the new coroutine.
125
+(Contributed by Kyle Stanley in :issue:`34037`.)
126
127
threading
128
---------
0 commit comments