This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane, python-dev, vstinner
Date 2016-10-04.11:27:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475580472.78.0.774941310994.issue28023@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-10-04 11:27:52methanesetrecipients: + methane, vstinner, python-dev
2016-10-04 11:27:52methanesetmessageid: <1475580472.78.0.774941310994.issue28023@psf.upfronthosting.co.za>
2016-10-04 11:27:52methanelinkissue28023 messages
2016-10-04 11:27:51methanecreate