<korvo>
I want the moral equivalent of @specialize.call_location() def __init__(self, *args); I want to specialize on the length of args. I'll store the args as a list and only operate on it by indexing operations (and catch IndexError). Is this possible?
<korvo>
...No, of course not, because this would template the class. I'll have to create each specialized class or call type() during translation.
jcea has quit [Ping timeout: 248 seconds]
[Arfrever] has joined #pypy
marvin__ has quit [Server closed connection]
marvin_ has joined #pypy
vancz has joined #pypy
<vancz>
Hi folks, can pyqt work with pypy?
<vancz>
Hm, apparently the issue is that SWIG doesnt support pypy.
<vancz>
though im not sure?
<korvo>
vancz: I think that PySide is the preferred binding, but I haven't used it in many years. Hopefully somebody else knows for sure.
<vancz>
when i started using pyqt it was pyqt, i havent really done pyside