mirror of https://github.com/python/cpython
merge 3.5 (#27969)
This commit is contained in:
commit
45c7514de4
|
@ -24,6 +24,7 @@ def get_gdb_version():
|
|||
try:
|
||||
proc = subprocess.Popen(["gdb", "-nx", "--version"],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
universal_newlines=True)
|
||||
with proc:
|
||||
version = proc.communicate()[0]
|
||||
|
|
Loading…
Reference in New Issue