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
kipras`away is now known as kipras
marky1991 has joined #pypy
antocuni has quit [Ping timeout: 248 seconds]
amaury_ has quit [Ping timeout: 260 seconds]
inhahe_ has quit []
inhahe_ has joined #pypy
marr has quit [Ping timeout: 276 seconds]
drolando has quit [Quit: Textual IRC Client: www.textualapp.com]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marky1991 has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
Rhy0lite has quit [Quit: Leaving]
forgottenone has joined #pypy
oberstet has joined #pypy
raynold has quit [Ping timeout: 265 seconds]
krono has quit [Ping timeout: 256 seconds]
krono has joined #pypy
raynold has joined #pypy
jamesaxl has joined #pypy
jacob22 has quit [Ping timeout: 252 seconds]
Hotpot33_ has quit [Ping timeout: 256 seconds]
jamadden has quit [Quit: Leaving.]
inad922 has joined #pypy
energizer has quit [Remote host closed the connection]
energizer has joined #pypy
jacob22 has joined #pypy
Hotpot33 has joined #pypy
redj_ is now known as redj
dddddd has quit [Remote host closed the connection]
jamadden has joined #pypy
jamadden has quit [Client Quit]
jamadden has joined #pypy
jamadden has quit [Client Quit]
amaury_ has joined #pypy
amaury_ is now known as amaury
forgottenone has quit [Quit: Konversation terminated!]
jamadden has joined #pypy
jamadden has quit [Ping timeout: 245 seconds]
marr has joined #pypy
jamesaxl has quit [Ping timeout: 256 seconds]
_whitelogger has joined #pypy
antocuni has joined #pypy
jeroud has quit [Read error: Connection reset by peer]
jeroud has joined #pypy
jamesaxl has joined #pypy
igitoor_ has joined #pypy
simpson1 has joined #pypy
[0__0] has quit [Read error: Connection reset by peer]
webmeister_ has joined #pypy
igitoor has quit [Ping timeout: 256 seconds]
simpson has quit [Ping timeout: 256 seconds]
webmeister has quit [Ping timeout: 256 seconds]
[0__0] has joined #pypy
agates has quit [Ping timeout: 256 seconds]
agates has joined #pypy
igitoor_ has quit [Changing host]
igitoor_ has joined #pypy
Gonsor has joined #pypy
energizer has quit [Ping timeout: 240 seconds]
amaury has quit [Quit: Konversation terminated!]
antocuni has quit [Ping timeout: 240 seconds]
jamadden has joined #pypy
asmeurer has quit [Quit: asmeurer]
forgottenone has joined #pypy
Gonsor_ has joined #pypy
Gonsor has quit [Ping timeout: 265 seconds]
Gonsor_ has quit [Read error: Connection reset by peer]
amaury has joined #pypy
rubdos has quit [Ping timeout: 265 seconds]
antocuni has joined #pypy
antocuni_ has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
antocuni_ has quit [Ping timeout: 240 seconds]
dddddd has joined #pypy
amaury has quit [Ping timeout: 256 seconds]
<kenaan> stevie_92 extradoc 0e42fc53e29d /sprintinfo/leysin-winter-2018/people.txt: Added myself to winter sprint
Gonsor has joined #pypy
jamadden has left #pypy [#pypy]
antocuni_ has joined #pypy
Gonsor_ has joined #pypy
Gonsor has quit [Ping timeout: 265 seconds]
amaury has joined #pypy
amaury has quit [Client Quit]
amaury has joined #pypy
amaury has quit [Client Quit]
amaury has joined #pypy
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
amaury has quit [Client Quit]
amaury has joined #pypy
nedbat has quit [Quit: ZNC - http://znc.in]
<kenaan> amauryfa py3.6 4f89f769905c /pypy/interpreter/: Some ast validation errors are shown as TypeError
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
amaury has quit [Client Quit]
amaury has joined #pypy
cjwelborn has joined #pypy
cjwelborn has joined #pypy
cjwelborn has quit [Changing host]
cjwelborn has joined #pypy
cjwelborn has quit [Changing host]
<nanonyme> *34,0+++,+1
<nanonyme> 0CC+CC
simpson1 is now known as simpson
nedbat has joined #pypy
<lesshaste> hi... I have some simplish code that is slower using pypy3 than cpython3
<lesshaste> should I report it?
<cfbolz> yes
<cfbolz> file a bug
<lesshaste> I am not sure how to open an issue
<lesshaste> but hopefully it is simple to understand
<cfbolz> lesshaste: if you don't open an issue it will probably get lost
<lesshaste> ok so.. I am at https://bitbucket.org/pypy/pypy/issues?status=new&status=open . I don't see an "open issue" link
<cfbolz> are you logged in?
<lesshaste> aha :) It would have been good to have a log in link there
<cfbolz> we have no control over bitbucket
Gonsor_ has quit [Ping timeout: 256 seconds]
<lesshaste> argh
<lesshaste> done
<cfbolz> thanks
<lesshaste> np
<lesshaste> hmm.. how do I make the python look less ugly in the issue?
<cfbolz> lesshaste: it's some kind of markup
<cfbolz> so like this, I suppose:
<cfbolz> ```python
<cfbolz> ... code
<cfbolz> ```
<lesshaste> thanks that worked
forgottenone has quit [Quit: Konversation terminated!]
Gonsor has joined #pypy
adamholmberg has joined #pypy
inad922 has quit [Ping timeout: 260 seconds]
raynold has quit [Quit: Connection closed for inactivity]
amaury has quit [Ping timeout: 276 seconds]
<nanonyme> I wonder if it has something to do with map now being lazy
<nanonyme> lesshaste, also, out of curiosity, have you tried splitting that out to multiple lines to try to find out which part of the code actually is slower?
asmeurer has joined #pypy
asmeurer has quit [Ping timeout: 256 seconds]
WGH has quit [Ping timeout: 265 seconds]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
<lesshaste> nanonyme, I haven't done that
<lesshaste> it would be great if a profiler could do that for us
<lesshaste> that is give the cost per line in the loop
adamholmberg has quit [Ping timeout: 268 seconds]
<nanonyme> I dunno, maybe it can
<nanonyme> Or at least time spent per function or whatever
<lesshaste> what is the pypy profiler called again?
<fijal> vmprof
Taggnostr has quit [Remote host closed the connection]
Taggnostr has joined #pypy
<lesshaste> I seem to have a bad knack of writing code which is bad for pypy...
<fijal> lesshaste: want some help?
<lesshaste> fijal, yes please
<fijal> I can have a quick look now
<lesshaste> thanks!
<fijal> this code is terrible though
<lesshaste> it's a fast way to compute the hafnian of a matrixx
<nanonyme> fijal, any more specific pieces of advice?
<fijal> nanonyme: it does one billion copies of stuff no?
<fijal> list(zip(*copy)) is a terrible way to do things
<nanonyme> Oh, right
<fijal> lesshaste: sorry, I had a REALLT long week, overwstimated my ability to focus
<fijal> lesshaste: can I tell you "feel free to pester me any time from Monday"?
<lesshaste> fijal, no problem at all
<lesshaste> of course.. until then
<fijal> I would like to have a look
<lesshaste> thanks!
<lesshaste> I hope you get some rest
<fijal> me too :]
inad922 has joined #pypy
asmeurer has joined #pypy
asmeurer has quit [Ping timeout: 268 seconds]
rubdos has joined #pypy
raynold has joined #pypy
aboudreault_ has quit [Read error: No route to host]
Gonsor_ has joined #pypy
aboudreault_ has joined #pypy
Gonsor has quit [Ping timeout: 276 seconds]
aboudreault_ has quit [Read error: No route to host]
asmeurer has joined #pypy
aboudreault_ has joined #pypy
asmeurer has quit [Ping timeout: 260 seconds]
energizer has joined #pypy
Gonsor has joined #pypy
Gonsor_ has quit [Ping timeout: 245 seconds]
asmeurer_ has joined #pypy
amaury has joined #pypy
Gonsor has quit [Read error: Connection reset by peer]
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
aboudreault_ has quit [Ping timeout: 265 seconds]
jamesaxl has quit [Quit: WeeChat 2.0.1]
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
jacob22 has quit [Ping timeout: 240 seconds]
jacob22 has joined #pypy
tbodt has joined #pypy
inad922 has quit [Ping timeout: 256 seconds]