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
Spbb895 has joined #pypy
adamholmberg has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
_whitelogger has joined #pypy
tumbleweed_ has joined #pypy
tumbleweed has quit [Ping timeout: 240 seconds]
oberstet has joined #pypy
<mattip> cfbolz: when you have some time, the pypyjit.test_pypy_c tests need tweaking
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
iko has quit [Ping timeout: 268 seconds]
jvesely has quit [Quit: jvesely]
gracinet has joined #pypy
gracinet has quit [Ping timeout: 272 seconds]
tsaka__ has quit [Ping timeout: 272 seconds]
plan_rich has quit [Quit: plan_rich]
plan_rich has joined #pypy
dmalcolm_ has joined #pypy
dmalcolm has quit [Ping timeout: 240 seconds]
dmalcolm has joined #pypy
dmalcolm_ has quit [Ping timeout: 246 seconds]
<mattip> plan_rich: thanks for the patch. You should have permissions to push it directly now
<mattip> (also, virtualenv is missing: sudo apt-install virtualenv)
tsaka__ has joined #pypy
Spbb895 has quit [Ping timeout: 272 seconds]
dmalcolm_ has joined #pypy
dmalcolm has quit [Ping timeout: 260 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
salotz[m] has joined #pypy
<kenaan> timfel extradoc fb955c2f41ec /sprintinfo/leysin-winter-2020/people.txt: Added Florian Angerer from GraalPython team
Alphare has left #pypy ["WeeChat 1.6"]
slavfox has joined #pypy
the_drow[m] has joined #pypy
Spbb895 has joined #pypy
Spbb895 has quit [Read error: Connection reset by peer]
xcm has quit [Remote host closed the connection]
tsaka__ has quit [Ping timeout: 272 seconds]
xcm has joined #pypy
bitbit has quit [Quit: Leaving]
oberstet has quit [Ping timeout: 265 seconds]
oberstet has joined #pypy
bitbit has joined #pypy
xcm has quit [Ping timeout: 268 seconds]
xcm has joined #pypy
dddddd has joined #pypy
<cfbolz> mattip: thanks for the heads up, will take a look soon
YannickJadoul has joined #pypy
Rhy0lite has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Smigwell has joined #pypy
gracinet has joined #pypy
<gracinet> Hi there
<gracinet> mattip: I think I can come up with a satisfactory plan for the buildbot problems – still need to check a few things.
<gracinet> I have a meeting in 15mn, that should last about 1h, and then I can do those checks, and perhaps it'll end as a MR on pypy/buildbot
<gracinet> the general idea would be that the buildmaster should be able to set the target revision hash in properties, and then the buildslaves would be able to use just that – whatever the hg version they're running
<gracinet> but that requires checking
<mattip> gracinet: ok, thanks
<mattip> my weekend starts soon
<gracinet> is there someone else I should ping when you're unavailable ?
<mattip> you can ask here, but truthfully the issue is not that critical.
<mattip> it would only happen if someone opens a topic branch on pypy/pypy, which is very unlikely
<mattip> we have not yet had anyone ask for developer status, and the core devs will continue to use branches
<kenaan> mattip extradoc 58ecc4889d11 /README.md: README.md created online with Bitbucket
<mattip> I tried to block access to the repo on bitbucket, people should use the heptapod one instead
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<gracinet> mattip: cool, thanks
<gracinet> just tell people that if I'm not here, they should try on mattermost.heptapod.net
<gracinet> if anything more critical happens
marky1991 has quit [Ping timeout: 272 seconds]
dddddd has quit [Ping timeout: 260 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
jvesely has joined #pypy
jvesely has quit [Read error: Connection reset by peer]
jvesely has joined #pypy
plan_rich_ has joined #pypy
YannickJadoul has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 260 seconds]
ronan has quit [Remote host closed the connection]
marky1991 has joined #pypy
<tos9> arigato: trying to see whether I can turn up to the sprint for a few days -- it's a 2 hour train ride from gva right?
xcm has quit [Remote host closed the connection]
<tos9> with transfer, hm, ok, still can't decide whether I'd rather then fly somewhere larger and just drive, flying to gva will probably involve a flight layover, so maybe I try to fly to milan and drive from there
xcm has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
gracinet has quit [Quit: Leaving.]
igitoor has quit [Ping timeout: 240 seconds]
igitoor has joined #pypy
igitoor has quit [Changing host]
igitoor has joined #pypy
<cfbolz> tos9: Zürich is probably better then
ronan has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
Ai9zO5AP has joined #pypy
dddddd has joined #pypy
Ai9zO5AP has quit [Ping timeout: 246 seconds]
Ai9zO5AP has joined #pypy
jvesely has quit [Quit: jvesely]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
adamholmberg has joined #pypy
oberstet has quit [Remote host closed the connection]
igitoor has quit [Ping timeout: 248 seconds]
igitoor has joined #pypy
igitoor has quit [Changing host]
igitoor has joined #pypy
<plan_rich_> ronan: hi there, I saw you working on a branch StringIO-perf. I'm wondering if it is still interesting to have some avx/sse2 style C code for x86 so that the length of utf-8 strings can be determined (possibly) a bit faster? Or is that not relevant anymore?
<ronan> plan_rich_: well, it doesn't matter much in this case and I guess we could probably handle it more carefully to avoid recomputing it as often. But it would probably be useful, since it's a very common operation.
<ronan> That said, I've never measured how much time is actually spent computing the length.
<plan_rich_> ah, ok. searching for an index might be interesting as well.
tos9 has quit [Quit: Bye]
xcm has quit [Remote host closed the connection]
tos9 has joined #pypy
xcm has joined #pypy
<ronan> plan_rich_: any of the elementary operations in rutf8 would be interesting
* ronan off
adamholmberg has quit [Remote host closed the connection]
Smigwell has left #pypy [#pypy]
dustinm has quit [Quit: Leaving]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
plan_rich has quit [Remote host closed the connection]
plan_rich_ is now known as plan_rich
rich has joined #pypy
dustinm has joined #pypy
Rhy0lite has quit [Quit: Leaving]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jcea has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy