cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
oberstet has quit [Quit: Leaving]
jcea has quit [Ping timeout: 260 seconds]
_habnabit has quit [Excess Flood]
_habnabit has joined #pypy
lritter has quit [Ping timeout: 260 seconds]
lritter has joined #pypy
otisolsen70 has joined #pypy
commandoline has quit [Quit: Bye!]
commandoline has joined #pypy
oberstet has joined #pypy
Guest87173 has joined #pypy
jcea has joined #pypy
Guest87173 has quit [Quit: Connection closed for inactivity]
otisolsen70 has quit [Quit: Leaving]
ronan has quit [Remote host closed the connection]
ronan has joined #pypy
ronan is now known as Guest87722
todda7 has quit [Remote host closed the connection]
todda7 has joined #pypy
lritter has quit [Quit: Leaving]
oberstet has quit [Quit: Leaving]
omasanori[m] has quit [Ping timeout: 268 seconds]
omasanori[m] has joined #pypy
Guest87722 is now known as ronan
Rhy0lite has joined #pypy
swills has joined #pypy
<simpson> What can I do with the return value of rgc.get_rpy_type_index()? Is there a way to do the equivalent of .__class__.__name__? I just want the classname or similar for debugging.