Skip to content

Commit 7606bb1

Browse files
committed
eh!
1 parent c2ee8e7 commit 7606bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_remote_debugging/module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ _remote_debugging_RemoteUnwinder_get_stack_trace_impl(RemoteUnwinderObject *self
537537
while (current_interpreter != 0) {
538538
// Read interpreter state to get the interpreter ID
539539
char interp_state_buffer[INTERP_STATE_BUFFER_SIZE];
540-
if (_Py_RemoteDebug_PagedReadRemoteMemory(
540+
if (_Py_RemoteDebug_ReadRemoteMemory(
541541
&self->handle,
542542
current_interpreter,
543543
INTERP_STATE_BUFFER_SIZE,

0 commit comments

Comments
 (0)