8000 windows fix · python/cpython@bcd4acb · GitHub
[go: up one dir, main page]

Skip to content

Commit bcd4acb

Browse files
committed
windows fix
1 parent f6e124b commit bcd4acb

File tree

4 files changed

+153
-96
lines changed

4 files changed

+153
-96
lines changed

Include/internal/pycore_remote_debug.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ extern "C" {
7373
# define HAVE_PROCESS_VM_READV 0
7474
#endif
7575

76-
77-
#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
78-
7976
// Define a platform-independent process handle structure
8077
typedef struct {
8178
pid_t pid;
@@ -791,8 +788,6 @@ _Py_RemoteDebug_ReadDebugOffsets(
791788
return 0;
792789
}
793790

794-
#endif // defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
795-
796791
#ifdef __cplusplus
797792
}
798793
#endif

0 commit comments

Comments
 (0)
0