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)"
adamholmberg has quit [Ping timeout: 258 seconds]
oberstet has quit [Ping timeout: 252 seconds]
marr has quit [Ping timeout: 258 seconds]
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/3380 [mattip: test, py3.5-mac-embedding]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
ssbr has quit [Ping timeout: 255 seconds]
tbodt has quit [Client Quit]
jcea has quit [Quit: jcea]
TheAdversary has quit [Remote host closed the connection]
ArneBab_ has joined #pypy
ArneBab has quit [Ping timeout: 248 seconds]
ssbr has joined #pypy
marky1991 has joined #pypy
dpn` has quit [Ping timeout: 240 seconds]
_habnabit has quit [Ping timeout: 240 seconds]
carljm has quit [Ping timeout: 248 seconds]
Graypup_ has quit [Ping timeout: 240 seconds]
njs has quit [Ping timeout: 240 seconds]
jerith has quit [Ping timeout: 248 seconds]
marky1991 has quit [Ping timeout: 258 seconds]
Graypup_ has joined #pypy
_habnabit has joined #pypy
carljm has joined #pypy
dpn` has joined #pypy
jerith has joined #pypy
njs has joined #pypy
mattip has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
zmt00 has quit [Quit: Leaving]
oberstet has joined #pypy
<mattip> looking at the failing pypy/module/_socket/test/test_sock_app.py tests on macosx py3.5,
<mattip> it seems the setup_class should be calling pytest.skip
<mattip> since pypy on macosx has no AF_NETLINK
<mattip> another testrunner problem?
realitix has joined #pypy
marr has joined #pypy
cstratak has joined #pypy
cstratak_ has joined #pypy
cstratak_ has quit [Remote host closed the connection]
cstratak has quit [Client Quit]
cstratak has joined #pypy
drolando_ has quit [Remote host closed the connection]
drolando has joined #pypy
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
antocuni has joined #pypy
__Yiota has joined #pypy
lritter has joined #pypy
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
antocuni has quit [Ping timeout: 255 seconds]
ronan has joined #pypy
ronan has quit [Ping timeout: 240 seconds]
ronan has joined #pypy
<mattip> enough issue triaging for one day
<cfbolz> mattip: thanks!
<cfbolz> (it's never much fun)
<mattip> not so bad, just takes a while to understand each one, and there are so many
mattip has left #pypy ["bye"]
ronan has quit [Ping timeout: 240 seconds]
oberstet has quit [Ping timeout: 248 seconds]
<cfbolz> fijal: are you fine with this kind of approach? the interface to the rutf8 functions stays the same, but the implementation is more elidable-friendly: https://www.irccloud.com/pastebin/vDBapMge/
antocuni has joined #pypy
jcea has joined #pypy
<antocuni> a guy is asking on twitter what is the status of pypy3 on windows
<antocuni> what should I answer?
<cfbolz> antocuni: it's not yet ready?
<antocuni> I don't know, that's why I'm asking :)
<antocuni> ah, maybe you are saying that I should answer "it's ready yet"
<cfbolz> antocuni: no, you should be answering "it's not yet ready" ;-)
<antocuni> ok :)
<antocuni> I was just confused because I though that your message was a question to me
<antocuni> cfbolz: btw, did you see my blog post draft?
<cfbolz> sorry, didn't have time yet
<antocuni> sure, np
<tos9> antocuni: Hmmmm I've never seen your index before.
<tos9> Maybe we should run that...
<antocuni> tos9: the pypy binary wheels?
<tos9> antocuni: Yeah.
<antocuni> it's relatively recent, like a couple of months old
<tos9> Cool, will have a look at it -- right now we kind of manually upload stuff into our devpi
<tos9> So probably I would try to rig your script up to upload to ours
<antocuni> I know of people who just regularly pulls wheels from my repo into their own devpi
<antocuni> there is a travis cron job which is scheduled daily at around ~16:00 UTC, to ensure that we always have updated wheels
<tos9> antocuni: yeah I just wonder about the ubuntu part
<tos9> and how likely it will work as-is on CentOS
<antocuni> if you look at the README, I tried to build portable wheels
<antocuni> but auditwheel repair doesn't workb because of a bug in patchelf
<tos9> a ha. hm, ok interesting
<tos9> (I just sent a PR adding cryptography too, which I don't know whether will build as-is, will watch your CI to see)
<antocuni> if someone has enough time and motivation, maybe there are workarounds for that
<antocuni> ok
adamholmberg has joined #pypy
Remi_M has quit [Remote host closed the connection]
simpson has quit [K-Lined]
<kenaan> antocuni extradoc afd53b75cebe /blog/draft/: rename... it's actually 80x faster, not just 50x :)
<kenaan> antocuni extradoc ac20780052f6 /blog/draft/2017-10-how-to-make-80x-faster.rst: tweaks
simpson has joined #pypy
ronan has joined #pypy
exarkun has quit [Ping timeout: 246 seconds]
exarkun has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
ronan has quit [Ping timeout: 240 seconds]
Rhy0lite has joined #pypy
<kenaan> antocuni default dfa3189e8e9f /pypy/doc/faq.rst: finally, add two FAQs about numpy and numpypy
<antocuni> mattip: I took the freedom of expanding the paragraph you wrote about numpy/numpypy and putting it in the FAQs
<antocuni> cfbolz: please review this one as well :)
<cfbolz> faq entry looks goo
<cfbolz> d
<kenaan> cfbolz unicode-utf8 877286df2904 /: circumvent the problem of elidable with exceptions by using an elidable helper function that doesn't raise. t...
<cfbolz> fijal: since it passes tests and translates, I decided to push
<fijal> cfbolz: cool
adamholmberg has quit [Remote host closed the connection]
<cfbolz> fijal: I didn't fix the problem of "void return elidables", however
<kenaan> antocuni extradoc 3c4d6ae486f3 /blog/draft/2017-10-how-to-make-80x-faster.rst: insert a link to the numpypy FAQ
<kenaan> antocuni extradoc 9e8e252f6afa /blog/draft/2017-10-how-to-make-80x-faster.rst: explain how to reproduce the results
ronan has joined #pypy
<kenaan> cfbolz regalloc-playground 4d898e5c1b6c /: merge default
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/2 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5025 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/6325 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3935 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
<fijal> antocuni: should I review the blog post?
<antocuni> yes please
<fijal> in extradoc?
<antocuni> yes
<antocuni> blog/draft/2017-10-how-to-make-80x-faster.rst
ronan has quit [Quit: Ex-Chat]
ronan__ has joined #pypy
adamholmberg has joined #pypy
<kenaan> antocuni extradoc b876e412d58c /blog/draft/: rename all the files to follow YYYY-MM-title, because this directory is a mess
mattip has joined #pypy
ronan__ has quit [Ping timeout: 240 seconds]
<mattip> trying to rerun a single test on win32 py3.5, pypy.interpreter.test.test_raise
<mattip> anyone have thoughts of how that is possible from the command line?
<mattip> on pypy2 we just do "pypy pytest.py -A", but that doesn;t work with the pypy3 branches
<mattip> (also those interpreter failures are really strange)
<mattip> why should raises(Execption, ''' ...) behave differently on win32 from other platforms?
_whitelogger has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/6325 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
_whitelogger has joined #pypy
yuyichao has quit [Ping timeout: 240 seconds]
_whitelogger has quit [Ping timeout: 258 seconds]
_whitelogger_ has joined #pypy
yuyichao has joined #pypy
oberstet has joined #pypy
raynold has quit [Quit: Connection closed for inactivity]
forgottenone has joined #pypy
<cfbolz> mattip: ouch. That's terrible
<arigato> mattip: maybe transplant 0b92ac004fe5 back to default?
<bbot2> Success: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/2 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
<bbot2> Success: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3935 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
<arigato> mattip: forget my comment, it seems there is nothing equivalent in default
marky1991 has joined #pypy
oberstet has quit [Ping timeout: 240 seconds]
forgottenone has quit [Ping timeout: 240 seconds]
<bbot2> Success: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5025 [Carl Friedrich Bolz-Tereick: force build, regalloc-playground]
forgottenone has joined #pypy
Masklinn has joined #pypy
__Yiota has joined #pypy
forgottenone has quit [Ping timeout: 248 seconds]
forgottenone has joined #pypy
ronan__ has joined #pypy
tbodt has joined #pypy
tbodt has quit [Client Quit]
zmt00 has joined #pypy
tbodt has joined #pypy
exarkun has quit [Ping timeout: 264 seconds]
ronan__ has quit [Ping timeout: 240 seconds]
forgottenone has quit [Quit: Konversation terminated!]
exarkun has joined #pypy
Masklinn has quit []
forgottenone has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
cstratak has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
raynold has joined #pypy
__Yiota has quit [Quit: Textual IRC Client: www.textualapp.com]
Masklinn has joined #pypy
Masklinn has quit [Client Quit]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
ronan has joined #pypy
yuyichao_ has joined #pypy
yuyichao has quit [Ping timeout: 240 seconds]
ronan has quit [Ping timeout: 255 seconds]
exarkun has quit [Ping timeout: 246 seconds]
exarkun has joined #pypy
kipras is now known as kipras`away
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
marky1991 has quit [Remote host closed the connection]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marky1991 has joined #pypy
jcea has joined #pypy
tbodt has joined #pypy
tbodt has quit [Client Quit]
antocuni has joined #pypy
yuyichao_ has quit [Ping timeout: 248 seconds]
_main_ has joined #pypy
_main_ has quit [Read error: Connection reset by peer]
_main_ has joined #pypy
exarkun has quit [Ping timeout: 255 seconds]
__main__ has quit [Ping timeout: 240 seconds]
_main_0 has joined #pypy
_main_ has quit [Read error: Connection reset by peer]
yuyichao_ has joined #pypy
exarkun has joined #pypy
lritter has quit [Ping timeout: 255 seconds]
antocuni has quit [Ping timeout: 260 seconds]
Rhy0lite has quit [Quit: Leaving]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
drolando has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drolando has joined #pypy
drolando_ has joined #pypy
drolando has quit [Ping timeout: 260 seconds]
tav has quit [Read error: Connection reset by peer]
tav has joined #pypy
yuyichao_ has quit [Ping timeout: 240 seconds]
yuyichao_ has joined #pypy
exarkun has quit [Ping timeout: 240 seconds]
exarkun has joined #pypy
marky1991 has quit [Ping timeout: 252 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
drolando_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kipras`away is now known as kipras
drolando has joined #pypy
tbodt has joined #pypy
tbodt has quit [Client Quit]
marky1991 has joined #pypy
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
oberstet has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marky1991 has quit [Ping timeout: 260 seconds]
adamholmberg has quit [Remote host closed the connection]
marky1991 has joined #pypy
adamholmberg has joined #pypy
exarkun has quit [Ping timeout: 258 seconds]
exarkun has joined #pypy
tbodt has joined #pypy
marky1991 has quit [Ping timeout: 248 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
asmeurer__ has joined #pypy
marky1991 has joined #pypy
yuyichao_ has quit [Ping timeout: 248 seconds]
oberstet has quit [Ping timeout: 258 seconds]
asmeurer__ has quit [Quit: asmeurer__]
marr has quit [Ping timeout: 248 seconds]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yuyichao_ has joined #pypy
adamholmberg has quit [Ping timeout: 248 seconds]
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
asmeurer_ has joined #pypy
kolko has quit [Quit: ZNC - http://znc.in]