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 40bda7c commit 780561bCopy full SHA for 780561b
Python/remote_debugging.c
@@ -68,7 +68,7 @@
68
# define HAVE_PROCESS_VM_READV 0
69
#endif
70
71
-#if (defined(__APPLE__) || defined(MS_WINDOWS) || (defined(__linux__) && HAVE_PROCESS_VM_READV))
+#if (defined(__APPLE__) || defined(MS_WINDOWS) || ((defined(__linux__) || defined(__FreeBSD__)) && HAVE_PROCESS_VM_READV))
72
# define Py_SUPPORTS_REMOTE_DEBUG 1
73
74
0 commit comments