Hi, Sergey,

thanks for the patch! LGTM with minor comments.

Sergey

On 6/25/26 23:29, Sergey Kaplun wrote:


<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()