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 Catalin.Patulea
Recipients Catalin.Patulea, dmalcolm
Date 2013-05-10.23:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368228204.29.0.543705311064.issue17951@psf.upfronthosting.co.za>
In-reply-to
Content
With libpython.py loaded in gdb, when backtracing and trying to pretty-print frame objects along the way, this error is sometimes raised:

Python Exception <type 'exceptions.TypeError'> object of type 'FakeRepr' has no len()

See attached patch against tip.
History
Date User Action Args
2013-05-10 23:23:24Catalin.Patuleasetrecipients: + Catalin.Patulea, dmalcolm
2013-05-10 23:23:24Catalin.Patuleasetmessageid: <1368228204.29.0.543705311064.issue17951@psf.upfronthosting.co.za>
2013-05-10 23:23:24Catalin.Patulealinkissue17951 messages
2013-05-10 23:23:24Catalin.Patuleacreate