Skip to content

Commit aa3fda5

Browse files
Update Lib/test/test_asyncio/test_free_threading.py
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 3d06306 commit aa3fda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_free_threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ def factory(self, loop, coro, eager_start=True, **kwargs):
132132

133133
@unittest.skipUnless(hasattr(asyncio.tasks, "_c_all_tasks"), "requires _asyncio")
134134
class TestEagerCFreeThreading(TestCFreeThreading, TestCase):
135-
def factory(self, loop, coro, *, eager_start=True, **kwargs):
135+
def factory(self, loop, coro, eager_start=True, **kwargs):
136136
return asyncio.tasks._CTask(coro, loop=loop, **kwargs, eager_start=eager_start)

0 commit comments

Comments
 (0)