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.
2 parents 582282b + cbef66d commit 45c7514Copy full SHA for 45c7514
1 file changed
Lib/test/test_gdb.py
@@ -24,6 +24,7 @@ def get_gdb_version():
24
try:
25
proc = subprocess.Popen(["gdb", "-nx", "--version"],
26
stdout=subprocess.PIPE,
27
+ stderr=subprocess.PIPE,
28
universal_newlines=True)
29
with proc:
30
version = proc.communicate()[0]
0 commit comments