Skip to content

Commit 18b6ea9

Browse files
authored
Update Lib/asyncio/base_events.py
1 parent cf5cfe3 commit 18b6ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/base_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def create_task(self, coro, *, name=None, context=None):
481481
return task
482482
finally:
483483
# gh-128552: prevent a refcycle of
484-
# task.exception().__traceback__->TaskGroup.create_task->task
484+
# task.exception().__traceback__->BaseEventLoop.create_task->task
485485
del task
486486

487487
def set_task_factory(self, factory):

0 commit comments

Comments
 (0)