arigato 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 | mac OS and Fedora are not Windows
jcea has quit [Remote host closed the connection]
_whitelogger has joined #pypy
jcea has joined #pypy
jcea has quit [Quit: jcea]
<kenaan> rlamy apptest-file a41d9a2f1935 /: Make 'pytest -D' runs compatible with recent versions of pytest
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6332 [ronan: force build, apptest-file]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6332 [ronan: force build, apptest-file]
_whitelogger has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7582 [ronan: force build, apptest-file]
dddddd has quit [Remote host closed the connection]
<alcarithemad> how does arm pypy compare to x86-64 pypy?
_whitelogger has joined #pypy
<fijal> alcarithemad: what do you mean?
<fijal> the blog post shows relative speedups - a bit all over the place
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
irclogs_io_bot has quit [Remote host closed the connection]
oberstet_ has quit [Remote host closed the connection]
oberstet_ has joined #pypy
irclogs_io_bot has joined #pypy
irclogs_io_bot has quit [Ping timeout: 252 seconds]
irclogs_io_bot has joined #pypy
jacob22_ has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22_ has quit [Client Quit]
jacob22 has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has quit [Ping timeout: 244 seconds]
lritter has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 248 seconds]
_whitelogger has joined #pypy
oberstet_ has quit [Quit: Leaving]
antocuni has joined #pypy
marky1991 has joined #pypy
Rhy0lite has joined #pypy
dddddd has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jcea has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
danilonc has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
marky1991 has joined #pypy
deronnax has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
marky1991 has joined #pypy
altendky has quit [Quit: Connection closed for inactivity]
antocuni has quit [Read error: No route to host]
antocuni has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has quit [Read error: Connection reset by peer]
xcm has quit [Ping timeout: 244 seconds]
xcm has joined #pypy
marky1991 has quit [Ping timeout: 244 seconds]
deronnax has quit [Remote host closed the connection]
<kenaan> rlamy apptest-file eb81f61e9baa /pypy/conftest.py: --assert=reinterp needs to be passed earlier to have an effect
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6333 [ronan: force build, apptest-file]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7583 [ronan: force build, apptest-file]
jcea has quit [Quit: jcea]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 248 seconds]
Wicaeed has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7583 [ronan: force build, apptest-file]
jcea has joined #pypy
<bbot2> Success: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6333 [ronan: force build, apptest-file]
Rhy0lite has quit [Quit: Leaving]
fling_ has joined #pypy
fling has quit [Ping timeout: 272 seconds]
fling_ is now known as fling
marky1991 has joined #pypy
andi- has quit [Quit: WeeChat 2.5]
andi- has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
WGH has quit [Quit: WeeChat 2.3]
moei has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
dmalcolm has quit [Remote host closed the connection]
dmalcolm has joined #pypy
jcea has quit [Ping timeout: 264 seconds]
jcea has joined #pypy
xcm has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
xcm has joined #pypy
jcea has joined #pypy
Wicaeed has quit [Remote host closed the connection]
<_aegis_> I'm getting a stack_not_16_byte_aligned_error exception on macOS right after an FFI call from pypy
<_aegis_> is it possible CFFI is giving me a different stack alignment?
<_aegis_> the stack address when it's thrown is 0x000070000d397418 % 16 = 8
<_aegis_> maybe I messed something else up
<_aegis_> seems like it's aligned right after fficall so it's probably another library's fault