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 3d06306 commit aa3fda5Copy full SHA for aa3fda5
Lib/test/test_asyncio/test_free_threading.py
@@ -132,5 +132,5 @@ def factory(self, loop, coro, eager_start=True, **kwargs):
132
133
@unittest.skipUnless(hasattr(asyncio.tasks, "_c_all_tasks"), "requires _asyncio")
134
class TestEagerCFreeThreading(TestCFreeThreading, TestCase):
135
- def factory(self, loop, coro, *, eager_start=True, **kwargs):
+ def factory(self, loop, coro, eager_start=True, **kwargs):
136
return asyncio.tasks._CTask(coro, loop=loop, **kwargs, eager_start=eager_start)
0 commit comments