
21 Aug
2009
21 Aug
'09
12:54 p.m.
At Thu, 20 Aug 2009 20:13:45 +0100, Chris Coleman wrote:
I just noticed that `PyString_FromFormat` in Python 2.6 doesn't handle `%lx` in format strings, so my patch breaks `repr(Constant)`.
In addition to that, it was not necessary to change the signedness of `value`.
With those two things in mind, the patch perhaps ought to look like this (see attached).
Signed-off-by: Chris Coleman <chris.coleman83 at gmail.com>
Thanks, applied now.
Takashi