commit | 45c7514de406d9ed84e46d80500fb4ac87a94ea8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Sep 06 10:06:51 2016 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Sep 06 10:06:51 2016 -0700 |
tree | bc4b034eb23a7688ce129450c3d6547b1151d7d6 | |
parent | 582282b7d08be223b2d356db8bf3f9b7699aca4b [diff] | |
parent | cbef66d7111624381eba9c4cf734e4017f4d7c3f [diff] |
merge 3.5 (#27969)
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index 9751b05..09bafbd 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py
@@ -24,6 +24,7 @@ try: proc = subprocess.Popen(["gdb", "-nx", "--version"], stdout=subprocess.PIPE, + stderr=subprocess.PIPE, universal_newlines=True) with proc: version = proc.communicate()[0]