cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
Gonsor has quit [Read error: Connection reset by peer]
antocuni has quit [Ping timeout: 248 seconds]
adamholmberg has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
forgottenone has quit [Remote host closed the connection]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
<jmcp>
followup info, hopefully clarifying things - the tests in cffi0/test_zdistutils.py pass with python 2.7 on Solaris, but fail with python 3.4.6 (also Solaris)
adamholmberg has quit [Ping timeout: 240 seconds]
<jmcp>
gah ... and testing with py3.5 works. Sheesh
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
ssbr has quit [Ping timeout: 245 seconds]
ssbr has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
jcea has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
Gonsor has joined #pypy
adamholmberg has joined #pypy
antocuni has joined #pypy
Rhy0lite has joined #pypy
carljm has quit [Ping timeout: 240 seconds]
carljm has joined #pypy
amaury has joined #pypy
lritter has joined #pypy
<Alex_Gaynor>
arigato: I'm around now
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
adamholmberg has joined #pypy
amaury has quit [Ping timeout: 240 seconds]
tayfun26 has quit [Quit: tayfun26]
solarjoe4 has quit [Quit: Leaving]
adamholm_ has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
jcea has quit [Ping timeout: 240 seconds]
<arigato>
Alex_Gaynor: cool, I'm releasing
<Alex_Gaynor>
arigato: cool, let me know when it's up and I can kick off the wheel job -- I don't have my PyPI upload credentials on this computer (I'm at work), but you should be able to download the wheels and upload them yourself
<arigato>
running all tests first, should be up in half an hour
<Alex_Gaynor>
👍
adamholm_ has quit [Read error: No route to host]
adamholmberg has joined #pypy
jcea has quit [Quit: jcea]
lritter has quit [Quit: Leaving]
amaury has joined #pypy
jcea has joined #pypy
Taggnostr has quit [Remote host closed the connection]
Taggnostr has joined #pypy
jamadden has joined #pypy
tbodt has joined #pypy
Gonsor has quit [Ping timeout: 252 seconds]
amaury has quit [Ping timeout: 252 seconds]
adamholmberg has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 268 seconds]
asmeurer_ has joined #pypy
asmeurer_ has quit [Ping timeout: 245 seconds]
Gonsor has joined #pypy
desowin has joined #pypy
<desowin>
What is the reason that pypy calls ARM binaries during cross-translation? Is it done purely to do platform checks or is this data used for something other than just checks?
antocuni has quit [Ping timeout: 240 seconds]
amaury has joined #pypy
<simpson>
desowin: It's platform checks only, I think.
<desowin>
so in essence, it should be possible to cross-translate pypy for ARM without the use of scratchbox2 (omitting the platform checks though). Would such patch be accepted?
<simpson>
I have no idea, but I don't think that it's possible to do universal ARM translation; I think that it matters whether the core is arm6 or arm7, which floating-point style to use, etc.