]> granicus.if.org Git - python/commit
[3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master (#1549)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 12 May 2017 22:21:50 +0000 (00:21 +0200)
committerGitHub <noreply@github.com>
Fri, 12 May 2017 22:21:50 +0000 (00:21 +0200)
commitd05f7fdf6cf77724bd3064fb5a0846ef5cfe0c88
tree3b2e9e2c431b3393a18a212896e6aaecc8729a5a
parent3dc7c52a9f4fb83be3e26e31e2c7cd9dc1cb41a2
[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.
Lib/test/test_gdb.py
Misc/NEWS
Tools/gdb/libpython.py