diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-01 15:29:54 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-01 15:29:54 (GMT) |
commit | 611083331d534481ca7956a376e38fb0e9ef3854 (patch) | |
tree | d1832de21142eca8154a49e1a5db60664db7b106 /Misc | |
parent | c9473b838aabdf35ad97d82ee2091c3a6b939188 (diff) | |
download | cpython-611083331d534481ca7956a376e38fb0e9ef3854.zip cpython-611083331d534481ca7956a376e38fb0e9ef3854.tar.gz cpython-611083331d534481ca7956a376e38fb0e9ef3854.tar.bz2 |
python-gdb.py supports method-wrapper
Issue #29367: python-gdb.py now supports also method-wrapper (wrapperobject)
objects.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -746,6 +746,9 @@ Build Tools/Demos ----------- +- Issue #29367: python-gdb.py now supports also ``method-wrapper`` + (``wrapperobject``) objects. + - Issue #28023: Fix python-gdb.py didn't support new dict implementation. - Issue #15369: The pybench and pystone microbenchmark have been removed from |