Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
windows fix
  • Loading branch information
pablogsal committed Apr 25, 2025
commit bcd4acbee993d9870e8ca17c2bd23c1509f030a4
5 changes: 0 additions & 5 deletions Include/internal/pycore_remote_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ extern "C" {
# define HAVE_PROCESS_VM_READV 0
#endif


#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)

// Define a platform-independent process handle structure
typedef struct {
pid_t pid;
Expand Down Expand Up @@ -791,8 +788,6 @@ _Py_RemoteDebug_ReadDebugOffsets(
return 0;
}

#endif // defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)

#ifdef __cplusplus
}
#endif
Loading