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 a5e628b commit f0485deCopy full SHA for f0485de
1 file changed
Lib/test/pythoninfo.py
@@ -146,6 +146,8 @@ def collect_sys(info_add):
146
text = 'No (sys.getobjects() missing)'
147
info_add('build.Py_TRACE_REFS', text)
148
149
+ info_add('sys.is_remote_debug_enabled', sys.is_remote_debug_enabled())
150
+
151
152
def collect_platform(info_add):
153
import platform
@@ -528,6 +530,7 @@ def collect_sysconfig(info_add):
528
530
'Py_DEBUG',
529
531
'Py_ENABLE_SHARED',
532
'Py_GIL_DISABLED',
533
+ 'Py_REMOTE_DEBUG',
534
'SHELL',
535
'SOABI',
536
'TEST_MODULES',
0 commit comments