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
ronan__ has joined #pypy
ronan has quit [Ping timeout: 272 seconds]
ronan__ is now known as ronan
jcea has quit [Ping timeout: 240 seconds]
DRMacIver has quit [Ping timeout: 244 seconds]
michelp has quit [Ping timeout: 260 seconds]
EWDurbin has quit [Ping timeout: 260 seconds]
DRMacIver has joined #pypy
jaraco has quit [Read error: Connection reset by peer]
jaraco has joined #pypy
kristjansson has quit [Ping timeout: 260 seconds]
michelp has joined #pypy
EWDurbin has joined #pypy
kristjansson has joined #pypy
asmeurer has joined #pypy
dmalcolm_ has joined #pypy
dmalcolm has quit [Ping timeout: 260 seconds]
<mattip> maybe I should do a bug-fix release 7.3.3 before merging the win64 stuff, just in case it subtly breaks something new
<cfbolz> mattip: it's a plan
<mattip> issue 3336 is annoying. I thought 7.3.2 would be sufficient to get a scikit-learn package built on conda, but it turns out building and running are two different things
<cfbolz> mattip: so this particular one is fixed, but there may be other problems?
<mattip> maybe. I wonder how the test suite passed with this bug
<mattip> there are always other problems. If not crashes, then performance
lritter has joined #pypy
jcea has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/368 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/385 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-win-x86-32/builds/355 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/7284 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8410 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2503 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-s390x/builds/1603 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-aarch64/builds/667 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6074 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7289 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5286 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5615 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1424 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/716 [mattip: Forced by command line script, py3.7]
otisolsen70 has joined #pypy
<mattip> I wonder what it means that we have not received 3.7-specific issues
<mattip> nobody has tried it? Or people transitioned to it and everything is fine?
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1424 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6074 [mattip: Forced by command line script, py3.7]
jcea has quit [Ping timeout: 268 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5286 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7289 [mattip: Forced by command line script, py3.7]
<Dejan> mattip, company I work for jumped from 3.6 to 3.7
<Dejan> pardon, 3.8
<Dejan> we never used 3.7
<Dejan> so now we basically do not use PyPy as we have migrated entirely to 3.8...
<Dejan> I tried to slow it down, but colleagues insisted on it as they use some 3.8 features in their code
<mattip> :sad:
<mattip> the performance was not a convincing argument
<mattip> I guess
<Dejan> nope
<Dejan> most of our code uses numpy, pandas etc
<Dejan> pytables
jcea has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-win-x86-32/builds/355 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/7284 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/368 [mattip: Forced by command line script, py3.7]
suhdonghwi[m] has quit [Quit: Idle for 30+ days]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8410 [mattip: Forced by command line script, py3.7]
<ronan> I looked at improving perf on the telco benchmark, but libmpdec isn't GC-friendly
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/385 [mattip: Forced by command line script, py3.7]
<ronan> we need to have a __del__ on _decimal.Decimal, which is very costly
Taggnostr has quit [Quit: Switching to single player mode.]
Taggnostr has joined #pypy
<mattip> does cpython use libmpdec?
<ronan> yes
<ronan> AFAICT, it was created for cpython
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/2503 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5615 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-aarch64/builds/667 [mattip: Forced by command line script, py3.7]
jcea has quit [Ping timeout: 268 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/716 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6075 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7290 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5287 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5616 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1425 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/717 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6075 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7290 [mattip: Forced by command line script, py3.7]
petronny has quit [Quit: Connection closed for inactivity]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5287 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5616 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1425 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6076 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7291 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5288 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5617 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1426 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/717 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/718 [mattip: Forced by command line script, py3.7]
otisolsen70_ has joined #pypy
otisolsen70_ has quit [Remote host closed the connection]
otisolsen70 has quit [Ping timeout: 272 seconds]
jcea has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7291 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-s390x/builds/1603 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6076 [mattip: Forced by command line script, py3.7]
ccamel has quit [Ping timeout: 256 seconds]
<bbot2> Retry: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1426 [mattip: Forced by command line script, py3.7]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1427 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5617 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5288 [mattip: Forced by command line script, py3.7]
jcea has quit [Ping timeout: 268 seconds]
<mattip> whoohoo! no crash in lib-python tests on win32!
<mattip> (1st time, all the previous runs crashed like this http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/5604)
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/33 [mattip: force build, win64]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/114 [mattip: force build, win64]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/718 [mattip: Forced by command line script, py3.7]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/114 [mattip: force build, win64]
user82 has joined #pypy
user82 has quit [Client Quit]
camelCaser has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1427 [mattip: Forced by command line script, py3.7]
ebarrett has quit [Quit: WeeChat 2.8]
jcea has joined #pypy
lritter has quit [Quit: Leaving]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/33 [mattip: force build, win64]
ebarrett has joined #pypy
pmp-p has quit [Ping timeout: 240 seconds]
pmp-p has joined #pypy