]> granicus.if.org Git - python/commit
Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 7 Mar 2017 10:44:11 +0000 (02:44 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2017 10:44:11 +0000 (02:44 -0800)
commit23b26c4e206427a9e0a1d39240c17a049cf8c732
treee4fa379f3bc301a60ce43ffb3e7efe28883a5d4c
parent33d70d1721ed8a23d2744f33d5358657adccf4cd
Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)

This change is required to make python-dbg.py compatible with GDB versions before 7.3.
(cherry picked from commit 661ca8843fed1183e38db06e52d59ac300bf1c2a)
Tools/gdb/libpython.py