8000 [3.14] gh-131591: Make --without-remote-debug work (GH-135925) (GH-13… · python/cpython@17c6818 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17c6818

Browse files
[3.14] gh-131591: Make --without-remote-debug work (GH-135925) (GH-135931)
gh-131591: Make --without-remote-debug work (GH-135925) The feature is checked using `defined(Py_REMOTE_DEBUG)`; defining the macro (even as `0`) enables it. (cherry picked from commit c2f2fd4) Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent a345fed commit 17c6818

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

configure

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7168,8 +7168,6 @@ if test "$with_remote_debug" = yes; then
71687168
[Define if you want to enable remote debugging support.])
71697169
AC_MSG_RESULT([yes])
71707170
else
7171-
AC_DEFINE([Py_REMOTE_DEBUG], [0],
7172-
[Define if you want to enable remote debugging support.])
71737171
AC_MSG_RESULT([no])
71747172
fi
71757173

0 commit comments

Comments
 (0)
0