arigato changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | mac OS and Fedora are not Windows
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]
inhahe has quit []
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
<tos9> got it
<cfbolz> tos9: you can trigger builds here: http://buildbot.pypy.org/builders
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
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6083 [ronan: force build, py3tests]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7352 [ronan: force build, py3tests]
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
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6083 [ronan: force build, py3tests]
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
<ronan> *mp_length
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?
* mattip off
darkman66 has quit [Remote host closed the connection]
asmeurer_ has quit [Quit: asmeurer_]
darkman66 has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6084 [ronan: force build, py3tests]
Ai9zO5AP has quit [Quit: WeeChat 2.4]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7352 [ronan: force build, py3tests]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7353 [ronan: force build, py3tests]
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]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6084 [ronan: force build, py3tests]
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy