<mattip>
the wiki entry mentions lxml-cffi but then discourages trying it
forgottenone has quit [Ping timeout: 245 seconds]
dddddd has quit [Remote host closed the connection]
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
k1nd0f has joined #pypy
Zaab1t has joined #pypy
forgottenone has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
tazle_ has quit [Quit: leaving]
tazle has joined #pypy
k1nd0f has quit [Ping timeout: 255 seconds]
Arfrever has quit [Ping timeout: 245 seconds]
lritter has joined #pypy
<nanonyme>
Yeah, I don't think that's actively maintained
<nanonyme>
Or?
logan` has joined #pypy
kipras has joined #pypy
<nanonyme>
mattip, on a I think theoretical level there was talk of CFFI backend for Cython which might possibly make the lxml story less painful
logan` has quit [Client Quit]
logan` has joined #pypy
kipras has quit [Read error: Connection reset by peer]
dddddd has joined #pypy
k1nd0f has joined #pypy
antocuni has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
danieljabailey has joined #pypy
i9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 255 seconds]
jcea has joined #pypy
egregius313 has joined #pypy
egregius313 has quit [Ping timeout: 268 seconds]
logan` has quit []
k1nd0f has quit [Ping timeout: 268 seconds]
<mattip>
nanonyme: it seems then that lxml might be a good test case for that path, it is widely used and no good alternative exists as far as I can tell
i9zO5AP has quit [Quit: WeeChat 2.3]
Ai9zO5AP has joined #pypy
forgottenone has quit [Ping timeout: 255 seconds]
<nanonyme>
mattip, the main issue is apparently that lxml author is also the Cython author so lxml will likely stay as it is
<nanonyme>
But it might be possible to modify Cython to have alternative generation so instead of generating cpyext code it would generate something usable with CFFI
<mattip>
nanonyme: I think that actually makes the case more compelling, assuming the author is willing to cooperate
<nanonyme>
mattip, I don't know enough to help personally, just echoing the conversation
Arfrever has joined #pypy
danieljabailey has quit [Ping timeout: 245 seconds]
forgottenone has joined #pypy
<mattip>
I remounted the /tmp directory for the 32bit chroot on bencher4 so it does not share with the 64bit chroot,
<mattip>
maybe that will solve some of the test crashes
<mattip>
dunno if there are other shared resource that might be causing conflicts: socket ports?
inhahe_ has quit [Read error: Connection reset by peer]
inhahe has joined #pypy
antocuni has quit [Ping timeout: 268 seconds]
speeder39_ has joined #pypy
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
lritter has quit [Quit: Leaving]
forgottenone has quit [Quit: Konversation terminated!]
antocuni has joined #pypy
nunatak has joined #pypy
nunatak has quit [Client Quit]
Ai9zO5AP has quit [Ping timeout: 245 seconds]
danieljabailey has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
Zaab1t has quit [Quit: bye bye friends]
k1nd0f has joined #pypy
<mattip>
I tried to encourage the "Talk Python To Me" host to push PyPy, he replied that he tried it for his website and it was really slow
<EWDurbin>
it's as close as was possible to how the old site was deployed, so i'm not surprised it didn't magically fix anything :)
<mattip>
ok, thanks
<EWDurbin>
slow routes are slow
<EWDurbin>
FWIW it desperately needs some love... it's not compatiable with Django > 1.5 (i tried)
<mattip>
:(
<kenaan>
rlamy default 5f79cbf51fda /pypy/module/cpyext/: Correctly initialize the d_type and d_name members of builtin descriptors. This fixes a segfault related to classm...
<mattip>
so yes, please give us commit rights to the repo