commit | cc4a4842643d6415ca4a449e9d0557cfb029715a | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Wed Mar 16 01:40:50 2011 +0100 |
committer | Jesus Cea <jcea@jcea.es> | Wed Mar 16 01:40:50 2011 +0100 |
tree | 98bda0b4108f9ae8cac44befcbde0407789db25a | |
parent | 15aded8b73256bc94fdd2e74b0c2c90fed46bb7e [diff] | |
parent | cee36555683b4fa47c335beb6dfc2b487ad6af86 [diff] |
Merge
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index 5127a6f..17b44ea 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py
@@ -127,6 +127,9 @@ " inferior's thread library, thread debugging will" " not be available.\n", '') + err = err.replace("warning: Cannot initialize thread debugging" + " library: Debugger service failed\n", + '') # Ensure no unexpected error messages: self.assertEqual(err, '')