<Alex_Gaynor>
Is there a better way to get an integer with the value of a pointer in a cffi buffer than `int(ffi.cast("uintptr_t", buf))`
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
epony has quit [Ping timeout: 264 seconds]
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 260 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 264 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 268 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 256 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 252 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 264 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 264 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 260 seconds]
dylanyoung has joined #pypy
epony has joined #pypy
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
jcea has quit [Ping timeout: 256 seconds]
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 252 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 256 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 268 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 252 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 264 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 252 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 256 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 264 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 268 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 256 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 276 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 246 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 240 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 240 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 260 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 264 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 260 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 256 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 268 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 256 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 256 seconds]
dylanyoung has joined #pypy
dylanyoung has quit [Ping timeout: 260 seconds]
dylanyoung has joined #pypy
<arigato>
Alex_Gaynor: get an integer with the value of a pointer: no, that's it I think. Maybe "intptr_t" instead of "uintptr_t" but it doesn't change much