Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Modules/_asynciomodule.c
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
  • Loading branch information
ambv and kumaraditya303 authored Jan 23, 2025
commit 90fec6cc33c29d43bc0fcfca99081da34e3956bb
2 changes: 1 addition & 1 deletion Modules/_asynciomodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@ swap_current_task(asyncio_state *state, PyObject *loop, PyObject *task)
static inline void
set_ts_asyncio_running_task(PyObject *loop, PyObject *task)
{
// We want to be enable debuggers and profilers to be able to quickly
// We want to enable debuggers and profilers to be able to quickly
// introspect the asyncio running state from another process.
// When we do that, we need to essentially traverse the address space
// of a Python process and understand what every Python thread in it is
Expand Down