changeset: 106366:efaf32ac89ec user: Victor Stinner date: Wed Feb 01 18:26:14 2017 +0100 files: Lib/test/test_gdb.py description: Fix test_gdb.test_wrapper_call() on Python 2 Issue #29367. On Python 2, __init__ name is render as u'__init__'. diff -r 758674087b12 -r efaf32ac89ec Lib/test/test_gdb.py --- a/Lib/test/test_gdb.py Wed Feb 01 17:42:18 2017 +0100 +++ b/Lib/test/test_gdb.py Wed Feb 01 18:26:14 2017 +0100 @@ -862,8 +862,8 @@ # Verify with "py-bt": gdb_output = self.get_stack_trace(cmd, cmds_after_breakpoint=['break wrapper_call', 'continue', 'py-bt']) - self.assertIn("