gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112) · python/cpython@d827d4d · GitHub
Skip to content

Commit d827d4d

Browse files
authored
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
1 parent 29772b0 commit d827d4d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Include/internal/pycore_debug_offsets.h

Lines changed: 3 additions & 1 deletion

Modules/_asynciomodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ typedef struct _Py_AsyncioModuleDebugOffsets {
116116
} asyncio_thread_state;
117117
} Py_AsyncioModuleDebugOffsets;
118118

119-
GENERATE_DEBUG_SECTION(AsyncioDebug, Py_AsyncioModuleDebugOffsets AsyncioDebug)
119+
GENERATE_DEBUG_SECTION(AsyncioDebug, Py_AsyncioModuleDebugOffsets _AsyncioDebug)
120120
= {.asyncio_task_object = {
121121
.size = sizeof(TaskObj),
122122
.task_name = offsetof(TaskObj, task_name),

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)