8000 gh-91048: Refactor _testexternalinspection and add Windows support by pablogsal · Pull Request #132852 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91048: Refactor _testexternalinspection and add Windows support #132852

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 25, 2025
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
0