Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df4cb12

Browse files
committed
Merge from 3.3
2 parents 710a67e + ce34687 commit df4cb12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/test/test_gdb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def run_gdb(*args, **env_vars):
6565
if not gdbpy_version:
6666
raise unittest.SkipTest("gdb not built with embedded python support")
6767

68-
# Verify that "gdb" can load our custom hooks. In theory this should never fail.
68+
# Verify that "gdb" can load our custom hooks, as OS security settings may
69+
# disallow this without a customised .gdbinit.
6970
cmd = ['--args', sys.executable]
7071
_, gdbpy_errors = run_gdb('--args', sys.executable)
7172
if "auto-loading has been declined" in gdbpy_errors:

0 commit comments

Comments
 (0)