Skip to content

Commit 45c7514

Browse files
committed
merge 3.5 (#27969)
2 parents 582282b + cbef66d commit 45c7514

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_gdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def get_gdb_version():
2424
try:
2525
proc = subprocess.Popen(["gdb", "-nx", "--version"],
2626
stdout=subprocess.PIPE,
27+
stderr=subprocess.PIPE,
2728
universal_newlines=True)
2829
with proc:
2930
version = proc.communicate()[0]

0 commit comments

Comments
 (0)