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 fc37061 commit 18b6bb5Copy full SHA for 18b6bb5
Doc/library/asyncio-eventloop.rst
@@ -419,6 +419,9 @@ Creating Futures and Tasks
419
.. versionchanged:: 3.13.4
420
*name* is no longer passed to task factories. *context* is no longer passed
421
to task factories if it is ``None``.
422
+
423
+ .. versionchanged:: 3.14
424
+ *name* and *context* are now unconditionally passed on to task factories again.
425
426
.. method:: loop.get_task_factory()
427
0 commit comments