[issue28023] python-gdb.py must be updated for the new Python 3.6 compact dict

INADA Naoki report at bugs.python.org
Tue Oct 4 07:27:52 EDT 2016


INADA Naoki added the comment:

I've fixed dict support of python-gdb.py.

But I found py-bt and py-bt-full are broken.  They doesn't show builtin method.
I think it's because FASTCALL.  But I'm not sure.
I just skip the test for py-bt in attached patch.

----------
assignee:  -> inada.naoki
components: +Demos and Tools
keywords: +patch
priority: normal -> high
Added file: http://bugs.python.org/file44959/dict_gdb.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28023>
_______________________________________


More information about the Python-bugs-list mailing list