antocuni changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "PyPy: the Gradual Reduction of Magic (tm)"
marr has quit [Ping timeout: 248 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
_stian has quit [Ping timeout: 260 seconds]
tbodt has joined #pypy
pilne has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
asmeurer__ has joined #pypy
asmeurer__ has quit [Quit: asmeurer__]
ArneBab has joined #pypy
ArneBab_ has quit [Ping timeout: 248 seconds]
kipras is now known as kipras`away
__Yiota has joined #pypy
lritter_ has joined #pypy
lritter has quit [Ping timeout: 240 seconds]
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
jcea has quit [Quit: jcea]
chris| has quit [Ping timeout: 248 seconds]
chris| has joined #pypy
froztbyte has quit [Ping timeout: 248 seconds]
<njs> out of curiosity, what strategy are you using to get O(1) indexing of utf8?
froztbyte has joined #pypy
froztbyte has quit [Changing host]
froztbyte has joined #pypy
pilne has quit [Quit: Quitting!]
jimbaker_ has quit [Ping timeout: 260 seconds]
jimbaker has joined #pypy
jimbaker has quit [Ping timeout: 248 seconds]
jimbaker has joined #pypy
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ssbr has joined #pypy
jimbaker has quit [Ping timeout: 248 seconds]
jimbaker_ has joined #pypy
<fijal> njs: index map every n-th character
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
realitix has joined #pypy
<runciter> index map?
<fijal> runciter: index of every 4th codepoint, build on demand
static has quit [Disconnected by services]
static- has joined #pypy
<runciter> fijal: got it
<runciter> fijal: ty
<runciter> fijal: rpython/rlib/rutf8.py?
<fijal> yeah
<runciter> cool, ty!
realitix has quit [Ping timeout: 252 seconds]
Guest43463 has quit [Ping timeout: 264 seconds]
realitix has joined #pypy
oberstet has joined #pypy
marvin has joined #pypy
marvin is now known as Guest36393
marr has joined #pypy
syntaxman has joined #pypy
raynold has quit [Quit: Connection closed for inactivity]
cstratak has joined #pypy
<fijal> arigato: hi
antocuni has joined #pypy
zenith_ has joined #pypy
<zenith_> Hi - is this the correct channel for asking questions about CFFI?
<zenith_> Okay, more googling that seems to indicate it is :-)
<zenith_> Anywho - I have a header file and a DLL from a third-party vendor, and I need to call the C-functions in the library via Python - would the API - out-of-line method be the best way forward for me?
<antocuni> zenith_: API/out-of-line is probably the best and fastest
<antocuni> the only drawback is that it requires a compiler at the "setup.py build" stage
<antocuni> which might be a problem on windows
oberstet has quit [Ping timeout: 248 seconds]
cstratak has quit [Quit: Leaving]
oberstet has joined #pypy
antocuni has quit [Ping timeout: 248 seconds]
lritter_ has quit [Ping timeout: 260 seconds]
cstratak has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
kipras`away is now known as kipras
kipras is now known as kipras`away
oberstet has quit [Ping timeout: 248 seconds]
antocuni has joined #pypy
jcea has joined #pypy
oberstet has joined #pypy
pilne has joined #pypy
cstratak has quit [Quit: Leaving]
cstratak has joined #pypy
oberstet has quit [Ping timeout: 240 seconds]
kanaka has joined #pypy
kanaka has quit [Changing host]
kanaka has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
oberstet has joined #pypy
marky1991 has joined #pypy
cstratak has quit [Quit: Leaving]
cstratak has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
jamesaxl has joined #pypy
oberstet has quit [Ping timeout: 240 seconds]
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
oberstet has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
yuyichao has quit [Ping timeout: 248 seconds]
pilne has quit [Quit: Quitting!]
adamholm_ has joined #pypy
adamholmberg has quit [Ping timeout: 258 seconds]
yuyichao has joined #pypy
adamholmberg has joined #pypy
adamholm_ has quit [Read error: Connection reset by peer]
oberstet has quit [Ping timeout: 240 seconds]
oberstet has joined #pypy
__Yiota has joined #pypy
adamholmberg has quit [Ping timeout: 248 seconds]
jamesaxl has joined #pypy
_stian has joined #pypy
adamholmberg has joined #pypy
realitix has quit [Read error: Connection reset by peer]
realitix has joined #pypy
adamholm_ has joined #pypy
adamholmberg has quit [Read error: Connection reset by peer]
<kenaan> stian math-improvements 6eedf6a4b154 /: Add one more case to divmod, add tests to int_divmod, add int_pow tests.
<kenaan> stian math-improvements 114b6da85abb /rpython/rlib/rbigint.py: Cleanup functio
<kenaan> stian math-improvements 4e50c695d26e /: Fix build issues
oberstet has quit [Remote host closed the connection]
adamholm_ has quit [Read error: Connection reset by peer]
exarkun has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
exarkun has joined #pypy
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
realitix has quit [Quit: Leaving]
jcea has quit [Quit: jcea]
jamesaxl has joined #pypy
Garen_ has quit [Read error: Connection reset by peer]
Garen has joined #pypy
<mattip> arigato: when you have a sec could you check the failing test_lock own test? Passes after translation, hg bisect says it is 167b802baf3b
<kenaan> rlamy default 058674d3d73a /lib_pypy/_ctypes/array.py: Code cleanup (to reduce diff with py3.5)
marky1991 has quit [Ping timeout: 258 seconds]
<kenaan> rlamy py3.5 05b154658972 /lib_pypy/_ctypes/array.py: Fix test_abstract in ctypes/test/test_frombuffer.py
antocuni has quit [Ping timeout: 248 seconds]
<kenaan> rlamy default e0fe31dff118 /lib_pypy/_ctypes/array.py: backport changes from py3.5
tbodt has joined #pypy
bendlas has quit [Ping timeout: 246 seconds]
yuvipanda has quit [Ping timeout: 246 seconds]
abvi[m] has quit [Ping timeout: 255 seconds]
dash has quit [Ping timeout: 255 seconds]
pulkitg has quit [Ping timeout: 276 seconds]
__Yiota has joined #pypy
SunDwarf has quit [Ping timeout: 260 seconds]
ulope has quit [Ping timeout: 240 seconds]
ulope has joined #pypy
SunDwarf has joined #pypy
raynold has joined #pypy
marky1991 has joined #pypy
cstratak has quit [Quit: Leaving]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kipras`away is now known as kipras
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marky1991 has quit [Ping timeout: 246 seconds]
tbodt has joined #pypy
marky1991 has joined #pypy
__Yiota has joined #pypy
Arfrever has joined #pypy
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marky1991 has quit [Ping timeout: 246 seconds]
jamesaxl has quit [Read error: Connection reset by peer]
__Yiota has joined #pypy
jamesaxl has joined #pypy
marky1991 has joined #pypy
lritter_ has joined #pypy
jcea has joined #pypy
pulkitg has joined #pypy
drolando has quit [Remote host closed the connection]
drolando has joined #pypy
alex_ has quit [Ping timeout: 240 seconds]
inhahe_ has quit [Ping timeout: 255 seconds]
inhahe_ has joined #pypy
kolko_ has quit [Quit: ZNC - http://znc.in]
dash has joined #pypy
bendlas has joined #pypy
yuvipanda has joined #pypy
abvi[m]1 has joined #pypy
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alex_ has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
<kenaan> stian math-improvements 62ba73fa6cac /pypy/objspace/std/longobject.py: Make use of int_sub in longobjects
<kenaan> stian math-improvements 0f49fdf5b940 /rpython/rlib/rbigint.py: Avoid copy if the sign stay the same in int_mul
<kenaan> stian math-improvements 587f1f780bd1 /rpython/rlib/: Prebuild nulldigits list for use on null results where the list is not modified, reorder if operations in...
<kenaan> stian math-improvements 6e8fd621566a /rpython/rlib/rbigint.py: Ups, not suppose to include this code
pilne has joined #pypy
marr has quit [Remote host closed the connection]
alex_ has quit [Ping timeout: 240 seconds]
__Yiota has joined #pypy
alex_ has joined #pypy
yuyichao has quit [Ping timeout: 240 seconds]
marky1991 has quit [Ping timeout: 246 seconds]