]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131591: Make --without-remote-debug work (GH-135925)
authorPetr Viktorin <encukou@gmail.com>
Wed, 25 Jun 2025 11:51:32 +0000 (13:51 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Jun 2025 11:51:32 +0000 (13:51 +0200)
commitc2f2fd4eca3b342e781355f9b9e716827fc81a5b
tree4971136498d2eccad5e8f198f9a6782b9816fbad
parent1b1ae82fab0093924b8b89eb1c7eea11d7be7b18
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.
configure
configure.ac