Skip to content

Commit ed731eb

Browse files
committed
comment
1 parent e0607dc commit ed731eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_remote_debugging/asyncio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ process_task_waiters(
654654
return -1;
655655
}
656656
PyObject *waiter = PyList_GET_ITEM(waiters, j);
657+
// CoroInfo item 1 holds the waiter task address stored by parse_task().
657658
PyObject *task_id = PyStructSequence_GET_ITEM(waiter, 1);
658659
void *task_ptr = PyLong_AsVoidPtr(task_id);
659660
if (task_ptr == NULL && PyErr_Occurred()) {

0 commit comments

Comments
 (0)