Skip to content
Merged
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 f6e124b4ed54f9df1be7383e7fc5b319936196a5
2 changes: 2 additions & 0 deletions Include/internal/pycore_remote_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extern "C" {
# error "this header requires Py_BUILD_CORE or Py_BUILD_CORE_MODULE define"
#endif

#include "pyconfig.h"
#include "internal/pycore_ceval.h"

#ifdef __linux__
Expand Down Expand Up @@ -72,6 +73,7 @@ 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
Expand Down