commit | d05f7fdf6cf77724bd3064fb5a0846ef5cfe0c88 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat May 13 00:21:50 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat May 13 00:21:50 2017 +0200 |
tree | 3b2e9e2c431b3393a18a212896e6aaecc8729a5a | |
parent | 3dc7c52a9f4fb83be3e26e31e2c7cd9dc1cb41a2 [diff] |
[3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master (#1549) * python-gdb.py supports method-wrapper bpo-29367: python-gdb.py now supports also method-wrapper (wrapperobject) objects. (cherry picked from commit 611083331d534481ca7956a376e38fb0e9ef3854) * Update and enhance python-gdb.py bpo-29259: Detect PyCFunction is the current frame, not only in the older frame.