cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
epony has joined #pypy
derpydoo has quit [Ping timeout: 268 seconds]
ellemoeiselleva has joined #pypy
ellemoe_ has joined #pypy
ellemoeiselleva has quit [Ping timeout: 264 seconds]
<mgorny> they lgtm, at a quick look
ellemoe_ has quit [Quit: Leaving]
<mattip> ok, merged the PR and the tarballs are up. I wll message pypy-dev as well
<LarstiQ> release email received \o/
<mattip> darn, I missed that issue 3880 is still relevant for users on macos 10.14 Mojave
nimaje has quit [Read error: Connection reset by peer]
nimaje has joined #pypy
auk has joined #pypy
<krono> Thanks for the release :)
<mattip> +1
<mgorny> just pushed to gentoo, thanks!
<mgorny> (also confirmed the dirty-equals fix again)
jcea has joined #pypy
auk has quit [Ping timeout: 260 seconds]
pellsson has joined #pypy
derpydoo has joined #pypy
<pellsson> hello. i am embedding pypy but it seems to segfault on all threads but the main one. i ran the attach function on the other thread
<pellsson> (pthreads)
derpydoo has quit [Ping timeout: 252 seconds]
auk has joined #pypy
pellsson has quit [Quit: leaving]
derpydoo has joined #pypy
<tumbleweed> uploaded to debian too. And the PPA builds are almost done
<Alex_Gaynor> tumbleweed: not really related to that, but if something is in sid now, but not bookworm, is it likely to go into bookworm before its final? (this is for python3-cryptography)
<tumbleweed> Alex_Gaynor: yes
<Alex_Gaynor> great! thanks!
<tumbleweed> also \o/ cryptography 38
<Alex_Gaynor> 🎉
* tumbleweed should probably advise them on the cffi dependency bug
<tumbleweed> I suspect patching out the dependency is the correct thing there - I assume cryptography doesn't need the cffi build infra at runtime
<Alex_Gaynor> that's correct
auk has quit [Quit: Leaving]
derpydoo has quit [Quit: derpydoo]
epony has quit [Quit: QUIT]
<vext01> is pycparser a missing dep?
<vext01> [translation:ERROR] ImportError: No module named pycparser
<vext01> (perhaps for pypy3 only?)
epony has joined #pypy
<nimaje> wasn't that a dependency of cffi on cpython "pycparser >= 2.06: https://github.com/eliben/pycparser (automatically tracked by pip install cffi)." https://cffi.readthedocs.io/en/latest/installation.html
<vext01> right
<vext01> i see what's gone wrong
<vext01> i'm trying to update OpenBSD's pypy to a python3 version, but they've since deleted all of the python2 packages
<vext01> so the cffi i have installed is for python3
<vext01> hrm, this doesn't bode well
jcea has quit [Ping timeout: 260 seconds]
<vext01> pycparser is an unconditional dependency, right?
<vext01> rpython imports it at some point