Skip to content

Commit b14b49e

Browse files
Update Lib/test/test_asyncio/test_free_threading.py
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 1ceef18 commit b14b49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_asyncio/test_free_threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_all_tasks_from_other_thread_includes_eager_tasks(self):
170170
# eager-started tasks on free-threaded builds.
171171
loop = asyncio.new_event_loop()
172172

173-
async def _forever():
173+
async def wait_forever():
174174
await asyncio.Event().wait()
175175

176176
def eager_factory(loop, coro, **kwargs):

0 commit comments

Comments
 (0)