aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_debug_offsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_debug_offsets.h')
-rw-r--r--Include/internal/pycore_debug_offsets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_debug_offsets.h b/Include/internal/pycore_debug_offsets.h
index ce3fcb109f4..1b59fa2ef60 100644
--- a/Include/internal/pycore_debug_offsets.h
+++ b/Include/internal/pycore_debug_offsets.h
@@ -368,7 +368,7 @@ typedef struct _Py_DebugOffsets {
.remote_debugging_enabled = offsetof(PyInterpreterState, config.remote_debug), \
.debugger_pending_call = offsetof(_PyRemoteDebuggerSupport, debugger_pending_call), \
.debugger_script_path = offsetof(_PyRemoteDebuggerSupport, debugger_script_path), \
- .debugger_script_path_size = MAX_SCRIPT_PATH_SIZE, \
+ .debugger_script_path_size = Py_MAX_SCRIPT_PATH_SIZE, \
}, \
}