gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350) · python/cpython@aec006b · GitHub
Skip to content

Commit aec006b

Browse files
authored
gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350)
1 parent b3ff316 commit aec006b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Include/cpython/pystate.h

Lines changed: 2 additions & 2 deletions

Include/internal/pycore_debug_offsets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ typedef struct _Py_DebugOffsets {
368368
.remote_debugging_enabled = offsetof(PyInterpreterState, config.remote_debug), \
369369
.debugger_pending_call = offsetof(_PyRemoteDebuggerSupport, debugger_pending_call), \
370370
.debugger_script_path = offsetof(_PyRemoteDebuggerSupport, debugger_script_path), \
371-
.debugger_script_path_size = Py_MAX_SCRIPT_PATH_SIZE, \
371+
.debugger_script_path_size = _Py_MAX_SCRIPT_PATH_SIZE, \
372372
}, \
373373
}
374374

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)