cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
_whitelogger has joined #pypy
_whitelogger has joined #pypy
otisolsen70 has joined #pypy
jcea has joined #pypy
otisolsen70 has quit [Quit: Leaving]
[Arfrever] has quit [Ping timeout: 252 seconds]
[Arfrever] has joined #pypy
ruthenium has quit [Ping timeout: 260 seconds]
[Arfrever] has quit [Ping timeout: 248 seconds]
[Arfrever] has joined #pypy
[Arfrever] has quit [Ping timeout: 245 seconds]
dmalcolm__ has joined #pypy
dmalcolm has joined #pypy
dmalcolm_ has quit [Ping timeout: 244 seconds]
dmalcolm__ has quit [Ping timeout: 244 seconds]
[Arfrever] has joined #pypy
[Arfrever] has quit [Ping timeout: 248 seconds]
<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
Guest17 has joined #pypy
Guest17 has quit [Quit: Client closed]