We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282b5af commit 0f8de1dCopy full SHA for 0f8de1d
Include/internal/pycore_remote_debug.h
@@ -17,6 +17,7 @@ extern "C" {
17
# error "this header requires Py_BUILD_CORE or Py_BUILD_CORE_MODULE define"
18
#endif
19
20
+#include "pyconfig.h"
21
#include "internal/pycore_ceval.h"
22
23
#ifdef __linux__
@@ -72,6 +73,7 @@ extern "C" {
72
73
# define HAVE_PROCESS_VM_READV 0
74
75
76
+
77
#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
78
79
// Define a platform-independent process handle structure
0 commit comments