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]
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 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]
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...