New submission from Catalin Patulea: 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. ---------- components: Demos and Tools files: libpython-typeerror-str.patch keywords: patch messages: 188888 nosy: Catalin.Patulea, dmalcolm priority: normal severity: normal status: open title: TypeError during gdb backtracing type: behavior Added file: http://bugs.python.org/file30212/libpython-typeerror-str.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17951> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com