]> granicus.if.org Git - python/commit
Fix test_gdb.test_wrapper_call() on Python 2
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 17:26:14 +0000 (18:26 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 17:26:14 +0000 (18:26 +0100)
commit72268ae1c0f4bf4071c6e70bb6a332848a132d5d
treecece85a0b7f2fdaeb16070af47a12f9e9b0c7b93
parentfdbc397f4d765c15e6178ae1ecf8002dfeca3d2b
Fix test_gdb.test_wrapper_call() on Python 2

Issue #29367. On Python 2, __init__ name is render as u'__init__'.
Lib/test/test_gdb.py