themsay has quit [Remote host closed the connection]
themsay has joined #pypy
dddddd has quit [Ping timeout: 246 seconds]
dddddd has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
jcea has quit [Remote host closed the connection]
xux has joined #pypy
antocuni has quit [Ping timeout: 246 seconds]
Garen has joined #pypy
<
ronan>
mattip: I looked into the _sre issue not long ago, and I think we discussed it
<
ronan>
The crash happens in Utf8MatchContext.next_n()
<
ronan>
Calling range(n) with n = 4294967294 doesn't work too well on CPython 2.7...
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
dddddd has quit [Remote host closed the connection]
xux has quit [Quit: Page closed]
speeder39_ has joined #pypy
kostia has joined #pypy
forgottenone has joined #pypy
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
<
mattip>
ronan: so we should skip this test untranslated as long as we use python2 as a host?
<
mattip>
or just avoid range(n) and use i=0; while i< n; i += 1
<
mattip>
is this a general issue and we should avoid range() in rpython, or does translation replace range()?
<
kenaan>
mattip default ab0f20d4a572 /rpython/rlib/rsre/rsre_utf8.py: avoid using range
<
kenaan>
mattip py3.6 2158401a5481 /rpython/rlib/rsre/rsre_utf8.py: merge default into branch
forgottenone has quit [Read error: Connection reset by peer]
zmt00 has joined #pypy
zmt01 has quit [Ping timeout: 252 seconds]
darkman66 has joined #pypy
inhahe has joined #pypy
forgottenone has joined #pypy
forgottenone has quit [Client Quit]
Taggnostr has quit [Quit: Switching to single player mode.]
kostia has quit [Ping timeout: 246 seconds]
kostia has joined #pypy
asmeurer_ has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
asmeurer_ has quit [Ping timeout: 245 seconds]
Zaab1t has joined #pypy
kostia has quit [Remote host closed the connection]
Zaab1t has quit [Quit: bye bye friends]
kostia has joined #pypy
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
dmalcolm has quit [Ping timeout: 246 seconds]
dmalcolm has joined #pypy
antocuni has joined #pypy
kanaka has quit [Read error: Connection reset by peer]
themsay has quit [Ping timeout: 245 seconds]
themsay has joined #pypy
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
kostia has quit [Ping timeout: 250 seconds]
kostia has joined #pypy
dddddd has joined #pypy
antocuni has quit [Ping timeout: 255 seconds]
<
tos9>
mattip: thanks for merging my branch -- do the buildbots typically run all the open branches?
<
tos9>
or just specific ones?
forgottenone has joined #pypy
darkman6_ has joined #pypy
darkman__ has joined #pypy
darkman66 has quit [Ping timeout: 268 seconds]
darkman6_ has quit [Ping timeout: 252 seconds]
lritter has joined #pypy
<
cfbolz>
tos9: just specific ones
<
cfbolz>
mattip: I think using while was a pragmatic solution, in rpython range is not a problem, after translation it's turned into a while
antocuni has joined #pypy
darkman66 has joined #pypy
darkman__ has quit [Ping timeout: 252 seconds]
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
themsay has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
themsay has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Zaab1t has joined #pypy
jcea has joined #pypy
kostia has quit [Remote host closed the connection]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
kostia has joined #pypy
kostia has quit [Ping timeout: 255 seconds]
darkman66 has quit [Remote host closed the connection]
forgottenone has quit [Quit: Konversation terminated!]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 245 seconds]
forgottenone has joined #pypy
antocuni has quit [Ping timeout: 245 seconds]
forgottenone has quit [Quit: Konversation terminated!]
Zaab1t has quit [Quit: bye bye friends]
<
kenaan>
rlamy py3tests 749113048c38 /pypy/module/_collections/app_odict.py: Fix OrderedDict pickling
darkman66 has joined #pypy
darkman66 has quit [Read error: Connection reset by peer]
darkman66 has joined #pypy
themsay has quit [Ping timeout: 252 seconds]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 246 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
themsay has joined #pypy
darkman66 has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 246 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
darkman66 has joined #pypy
<
kenaan>
rlamy apptest-file 954d1a568c61 /pypy/interpreter/: Fix MixedModule.get_applevel_name()
<
kenaan>
rlamy py3tests 243d7e29848d /pypy/interpreter/: hg merge apptest-file
adamholmberg has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
<
mattip>
ronan: do you have an opinion on cf058300ea04 ?
xcm has joined #pypy
<
ronan>
mattip: it makes sense, but it doesn't fix everything
<
ronan>
the problem is still there if someone overrides tp_len but not tp_new
nanonyme has left #pypy ["WeeChat 2.3"]
<
ronan>
mattip: also, it should be backported to default
<
ronan>
my fault, I guess, for opening the branch from py3.6
<
mattip>
right. I was more wondering if it is worth the hassle
<
mattip>
I guess it will be part of some future refactor to move parts of cpyext to C
<
mattip>
hopefully in a more systemic way than "if space.is_w(w_type, space.w_tuple): pto.c_tp_new = state.C.tuple_new"
asmeurer_ has joined #pypy
<
ronan>
yeah, I don't know
<
ronan>
but maybe having that code will force us to be more systematic
<
mattip>
antocuni (for the logs): ^^^ any opinion?
darkman66 has quit [Remote host closed the connection]
asmeurer_ has quit [Quit: asmeurer_]
darkman66 has joined #pypy
Ai9zO5AP has quit [Quit: WeeChat 2.4]
dante has quit [Ping timeout: 244 seconds]
dante has joined #pypy
darkman66 has quit [Ping timeout: 245 seconds]
moei has quit [Quit: Leaving...]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy