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 | so many corner cases, so little time
dmalcolm_ has joined #pypy
dmalcolm has quit [Ping timeout: 246 seconds]
otisolsen70 has joined #pypy
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #pypy
slav0nic has joined #pypy
reneeontheweb has joined #pypy
Atque has quit [Ping timeout: 240 seconds]
Atque has joined #pypy
reneeontheweb has quit [Ping timeout: 250 seconds]
slav0nic has quit [Remote host closed the connection]
slav0nic has joined #pypy
slav0nic has quit [Remote host closed the connection]
slav0nic has joined #pypy
otisolsen70 has quit [Quit: Leaving]
greedom has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
epony has quit [Read error: Connection reset by peer]
epony has joined #pypy
kor1 has joined #pypy
kor1 has quit [Client Quit]
kor1 has joined #pypy
kor1 has quit [Client Quit]
kor1 has joined #pypy
kor1 has quit [Ping timeout: 240 seconds]
kor1 has joined #pypy
kor1 has quit [Client Quit]
kor1 has joined #pypy
greedom has quit [Remote host closed the connection]
kor1 has quit [Ping timeout: 245 seconds]
kor1 has joined #pypy
kor1 has quit [Ping timeout: 246 seconds]
slav0nic has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
otisolsen70 has joined #pypy
slav0nic has joined #pypy
Julian has joined #pypy
Julian has quit [Quit: leaving]
otisolsen70 has quit [Quit: Leaving]
lritter has quit [Ping timeout: 260 seconds]
slav0nic has quit [Ping timeout: 245 seconds]
<arigato> exarkun: there is a way to force no padding, if that's what you need
<arigato> ffi.cdef("xxx", packed=True) has the same meaning as __attribute__((packed)) in gcc