[Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27969)

benjamin.peterson python-checkins at python.org
Tue Sep 6 13:07:46 EDT 2016


https://hg.python.org/cpython/rev/6e827e97c064
changeset:   103120:6e827e97c064
parent:      103116:dad4c42869f6
parent:      103119:2c4359ff4d6d
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Sep 06 10:06:51 2016 -0700
summary:
  merge 3.5 (#27969)

files:
  Lib/test/test_gdb.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
--- 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]

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list