Hi, Sergey,
thanks for the patch! LGTM with minor comments.
Sergey
<snipped>
+ + +def ctype_repr(cts, id): + ctype = ctype_get(cts, id) + ctypestr = '' + qual = 0 + ptrto = 0 + while True:
probably it should be somehow limited, with broken memory/coredump
the loop may be an infinite
<snipped>
test_cls.test = lambda self: self.check()