} asyncio_thread_state;
} Py_AsyncioModuleDebugOffsets;
-GENERATE_DEBUG_SECTION(AsyncioDebug, Py_AsyncioModuleDebugOffsets _AsyncioDebug)
+GENERATE_DEBUG_SECTION(AsyncioDebug, Py_AsyncioModuleDebugOffsets _Py_AsyncioDebug)
= {.asyncio_task_object = {
.size = sizeof(TaskObj),
.task_name = offsetof(TaskObj, task_name),
goto fail;
}
- state->debug_offsets = &_AsyncioDebug;
+ state->debug_offsets = &_Py_AsyncioDebug;
Py_DECREF(module);
return 0;
Python/parking_lot.c - buckets -
## data needed for introspecting asyncio state from debuggers and profilers
-Modules/_asynciomodule.c - _AsyncioDebug -
+Modules/_asynciomodule.c - _Py_AsyncioDebug -
##################################