<arigato>
cfbolz: maybe we should improve the test in list integer strategies on pypy3? If we're adding an item which is a W_LongObject but small enough, we could still unwrap and accept that
<cfbolz>
arigato: heh, not a bad plan
gef has joined #pypy
<arigato>
otherwise, about what you did yesterday, of course it's easy to think of more examples like ``l=[0]*N; l[0]=1; l.append(None)``
<cfbolz>
arigato: no, that is fixed in another commit
<cfbolz>
But yes
<cfbolz>
Just having two list elements defeats it
<cfbolz>
And I don't know how fancy we want to be here
<mattip>
lazka: could you point your logger here (also for hpy)? I think we are ready to make a formal transition here
gef has quit [Ping timeout: 268 seconds]
gef has joined #pypy
exarkun has quit [Remote host closed the connection]
exarkun has joined #pypy
exarkun1 has joined #pypy
exarkun has quit [Read error: Connection reset by peer]
Dejan has quit [Quit: Leaving]
Dejan has joined #pypy
squeaky_pl has joined #pypy
lritter has joined #pypy
lritter has quit [Ping timeout: 268 seconds]
Dejan_ has joined #pypy
lritter has joined #pypy
Dejan has quit [Ping timeout: 268 seconds]
Julian has joined #pypy
<mattip>
cfbolz: could you merge py3.7 into py3.8?
<mattip>
there are alot of conflicts
<mattip>
maybe we should do it together?
Dejan_ has quit [Quit: Leaving]
Dejan has joined #pypy
<cfbolz>
mattip: together is a good plan
<cfbolz>
mattip: several of them are in the stdlib
<mattip>
I am pretty much free this week, if you are up it we could stream it
<cfbolz>
mattip: Monday, Wednesday, Thursday evenings are free
<mattip>
Mon sounds good
<cfbolz>
mattip: it's a plan
<LarstiQ>
cfbolz: yeah, thinking of something fancy but then easily falling into deopt traps or the fanciness being too expensive doesn't really help
<LarstiQ>
my real question is, what are common real life code patterns?
<cfbolz>
LarstiQ: I think we have the absolutely most common covered
marvin has joined #pypy
<LarstiQ>
cfbolz: right, grepping through our codebases for '] *' it is `[x] * N`, `container[item] * y` or numpy/pandas vector math
* lazka
: test
<LarstiQ>
hei lazka!
<LarstiQ>
ah, found some longer list multiplication
<lazka>
mattip, done. though there is already a logger in the topic :)
<mattip>
lazka: yours is much nicer to browse on a phone/tablet