This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix for failure in gdb.python/python-prettyprint.exp


Paul> Why would you get an extra set of quotes (and spaces?) where I do not?

Tom> Good question, I don't know.  I will investigate tomorrow.

In my case, _format_children returns a Python unicode object, which
takes a different return path in the pretty-printer.  Presumably you
get a string object instead.

I don't know why there would be a difference here.  Anyway I think the
fix is to treat unicode objects like strings.  I'm going to look at
that now.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]