<fijal>
no, I wonder if a slowdown from pypy6.0 is due to not checking certificates back then
<fijal>
hg does not work indeed, but that's abnother story
<mattip>
not only hg. The benchmarker is running in a xenial chroot (ubuntu 16.04) with python2.7.11, and cannot upload results to speed.pypy.org
<mattip>
there must be a way to get rid of the expired certificate from the bundle in /etc/ssl/certs/ca-certificates.crt
<LarstiQ>
mattip: normally that would be updating ca-certificates package, but I suppose there are no updates for that. Afaik it's `update-ca-certificates` to make use of new certs you drop in
<mattip>
right, there are no updates
<mattip>
I could update openssl to 1.1.1, but I think the version of python is too old to use it
<cfbolz>
mattip: weird. I'll try to take a look soon
<fijal>
arigo_: do you feel like a performance quiz?
<cfbolz>
(there's definitely something wrong with suggestions, btw)
Atque has quit [Quit: ...]
<LarstiQ>
mattip: woo!
the_drow has quit [Ping timeout: 250 seconds]
<mattip>
it is not the first time I tried with NumPy locally, the first I tried to make a PR
<cfbolz>
cool
the_drow has joined #pypy
<mattip>
it led to the whole os.add_dll_directory() thing for windows that I forgot about for 3.8
jryans has quit [Ping timeout: 264 seconds]
jryans has joined #pypy
greedom has joined #pypy
<mattip>
do we have a way of doing a bugfix release after 7.3.6, or would that have to be 7.3.7?
<mattip>
we need a new release of virtualenv for pypy3.8,
<mattip>
but there is some subtle problem with virtualenv + windows blocking the virtualenv release
<mattip>
I would like to release 7.3.6 and fix the issue later, but not if I have to update to 7.3.7
<tumbleweed>
does the machinery support micro-versions? 7.3.6.1
greedom has quit [Ping timeout: 246 seconds]
greedom has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
greedom has quit [Remote host closed the connection]
<cfbolz>
mattip: ok, pushed a fix for test_code_module
<cfbolz>
there are some differences for our suggestions to CPython's, but can be fixed later
directive0 has joined #pypy
<directive0>
Hi. I have a really stupid question that I can't seem to find an answer for: I want to use pypy3.7 on a raspberry pi. I have seen some suggestions its supported, but don't see any binaries for this purpose. Is this actually something supported at this time and I just have to build it from source, or am I completely misguided