cfbolz 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 | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
BPL has quit [Quit: Leaving]
lritter has quit [Remote host closed the connection]
lritter has joined #pypy
Ai9zO5AP has quit [Quit: WeeChat 2.5]
jvesely has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
andi- has quit [Remote host closed the connection]
dansan has quit [Read error: Connection reset by peer]
dansan has joined #pypy
andi- has joined #pypy
dddddd has quit [Remote host closed the connection]
lritter has quit [Ping timeout: 265 seconds]
lritter has joined #pypy
_whitelogger has joined #pypy
oberstet has quit [Remote host closed the connection]
oberstet has joined #pypy
oberstet has quit [Remote host closed the connection]
<kenaan> stevie_92 cpyext-gc-cycle 518eb87d054c /rpython/memory/gc/: Implemented configurable limit for incremental rrc collection Implemented working set to improve overal...
antocuni has joined #pypy
<kenaan> cfbolz _siphash24-collecting 3a1a3aada546 /rpython/memory/gctransform/test/test_framework.py: be closer to what the translation does, which actually makes the test pass (hence it didn't reproduc...
jvesely has quit [Quit: jvesely]
Ai9zO5AP has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<kenaan> cfbolz py3.6 40f56f2802c9 /pypy/: move fast path from interp_codecs to unicodehelper, since several places call that directly
ekaologik has joined #pypy
jcea has joined #pypy
dddddd has joined #pypy
antocuni has joined #pypy
xcm has quit [Ping timeout: 240 seconds]
edd[m] has quit [Ping timeout: 250 seconds]
edd[m] has joined #pypy
xcm has joined #pypy
lritter has quit [Ping timeout: 276 seconds]
<kenaan> cfbolz default a511d86377d6 /pypy/objspace/fake/: support utf8_len_w in the fake object space
runciter_ has joined #pypy
astronavt___ has joined #pypy
Graypup__ has joined #pypy
marmoute_ has joined #pypy
astronavt has quit [Ping timeout: 268 seconds]
runciter has quit [Ping timeout: 268 seconds]
starlord has quit [Ping timeout: 268 seconds]
Graypup_ has quit [Ping timeout: 268 seconds]
ulope has quit [Ping timeout: 268 seconds]
micisuta has quit [Ping timeout: 268 seconds]
bogner_ has quit [Ping timeout: 268 seconds]
jerith has quit [Ping timeout: 268 seconds]
gsnedders has quit [Ping timeout: 268 seconds]
_habnabit has quit [Ping timeout: 268 seconds]
marmoute has quit [Ping timeout: 268 seconds]
dddddd has quit [Ping timeout: 268 seconds]
Dejan has quit [Ping timeout: 268 seconds]
wleslie has quit [Ping timeout: 268 seconds]
jiffe has quit [Ping timeout: 268 seconds]
holdsworth has quit [Ping timeout: 268 seconds]
bogner has joined #pypy
jerith_ has joined #pypy
ulope has joined #pypy
holdsworth_ has joined #pypy
gsnedder1 has joined #pypy
wleslie has joined #pypy
micisuta has joined #pypy
dddddd has joined #pypy
Dejan has joined #pypy
starlord has joined #pypy
_habnabit has joined #pypy
ionelmc has joined #pypy
jiffe has joined #pypy
<kenaan> cfbolz py3.6 1b9016af40bd /pypy/module/_csv/interp_reader.py: speed up utf8-handling of csv module
<kenaan> cfbolz py3.6 60306f724eeb /pypy/: merge default
<kenaan> cfbolz py3.6 ac3b88caa03e /pypy/interpreter/baseobjspace.py: remove this hack, now that the fake objspace supports utf8_len_w
<kenaan> cfbolz py3.6 8b92f9a32d07 /pypy/module/_csv/interp_reader.py: small improvement: use newlist with a sizehint that is the length of the previous line
<kenaan> cfbolz py3.6 6d2f8470165b /pypy/module/_csv/: switch to Utf8StringBuilder for the csv writer as well
jvesely has joined #pypy
<kenaan> arigo pypy.org[extradoc] b97894caf276 /: Update link to the MS page for vcruntime140.dll
jacob22 has joined #pypy
jacob22_ has quit [Read error: Connection reset by peer]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jvesely has quit [Quit: jvesely]
ekaologik has quit [Quit: https://quassel-irc.org - Komfortabler Chat. Überall.]
BPL has joined #pypy
mattip has joined #pypy
antocuni has quit [Ping timeout: 265 seconds]
runciter_ is now known as runciter
dmalcolm has quit [Remote host closed the connection]
jvesely has joined #pypy
Ai9zO5AP has quit [Ping timeout: 276 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Ai9zO5AP has joined #pypy
__pv has quit [Remote host closed the connection]
jvesely has quit [Quit: jvesely]
CrazyPython has joined #pypy
jvesely has joined #pypy
jvesely has quit [Client Quit]
jvesely has joined #pypy
mjacob has quit [Quit: Changing server]
CrazyPython has quit [Read error: Connection reset by peer]
mjacob has joined #pypy
<mattip> cfbolz: your change in the _siphash24 test in 3a1a3aada546 makes the problem go away even on aarch64,
<mattip> even if I go back to the more complicated test in c991fa85ed21
<cfbolz> mattip: right :-(
<cfbolz> That means we haven't managed to find a small version yet I fear
<mattip> so I guess I will release like it is now, maybe the stars will align right and the release will translate
jvesely has quit [Quit: jvesely]
jvesely has joined #pypy
<kenaan> rlamy release-pypy3.6-v7.x c162c307e6dd /pypy/module/cpyext/: Add _PyDict_GetItemWithError (part of the public API in py3) (grafted from d663ce56919c62a2bf5e242ee79...
<kenaan> rlamy release-pypy3.6-v7.x 5da45ced70e5 /pypy/module/cpyext/: Rename to PyDict_GetItemWithError (no leading underscore) (grafted from 6e344fc026c3997723683b2ae7ed95...
<kenaan> rlamy release-pypy2.7-v7.x 4a68d8d3d2fc /pypy/module/cpyext/: Add _PyDict_GetItemWithError (part of the public API in py3) (grafted from d663ce56919c62a2bf5e242ee79...
<kenaan> mattip default 46cfab6a4a1e /pypy/doc/release-v7.2.0.rst: update release note
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6686 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7735 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2143 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-s390x/builds/1361 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-aarch64/builds/114 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5469 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6508 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4647 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4874 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1150 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/114 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/228 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/231 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-win-x86-32/builds/203 [mattip: force build, release-pypy3.6-v7.x]
<cfbolz> mattip: did you manage to get it crashing in an ssh session?
dmalcolm has joined #pypy
CrazyPython has joined #pypy
<mattip> no
<mattip> at elast the last time I tried about two months ago. Then the problem dissapeared for a while
<mattip> s/elast/least/
jvesely has quit [Quit: jvesely]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/228 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6508 [mattip: force build, release-pypy3.6-v7.x]
BPL has quit [Read error: Connection reset by peer]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5469 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2143 [mattip: force build, release-pypy3.6-v7.x]
CrazyPython has quit [Remote host closed the connection]
abrown_ has quit [Remote host closed the connection]
CrazyPython has joined #pypy
abrown has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6686 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/231 [mattip: force build, release-pypy3.6-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4647 [mattip: force build, release-pypy3.6-v7.x]
jvesely has joined #pypy
CrazyPython has quit [Remote host closed the connection]
CrazyPython has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-aarch64/builds/114 [mattip: force build, release-pypy3.6-v7.x]
CrazyPython has quit [Remote host closed the connection]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7735 [mattip: force build, release-pypy3.6-v7.x]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Ai9zO5AP has quit [Quit: WeeChat 2.5]