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
oberstet has quit [Quit: Leaving]
lritter has quit [Ping timeout: 268 seconds]
infernix has quit [*.net *.split]
nimaje has quit [*.net *.split]
igitoor has quit [*.net *.split]
petronny has quit [*.net *.split]
altendky has quit [*.net *.split]
EWDurbin has quit [*.net *.split]
krono has quit [*.net *.split]
samth has quit [*.net *.split]
jeroud has quit [*.net *.split]
kirma has quit [*.net *.split]
infernix has joined #pypy
krono has joined #pypy
altendky has joined #pypy
samth has joined #pypy
kirma has joined #pypy
jeroud has joined #pypy
nimaje has joined #pypy
EWDurbin has joined #pypy
igitoor has joined #pypy
petronny has joined #pypy
altendky has quit [Ping timeout: 249 seconds]
altendky has joined #pypy
jcea has quit [Ping timeout: 268 seconds]
lesshaste has joined #pypy
<lesshaste>
I am doing sudo apt install pypy3 and it pauses to run pypy3compile. Is this actually doing the whole pypy compile process that takes a looong time?
<fijal>
apt? it really shouldn't
<LarstiQ>
I would assume it generates .pyc files with pypy3, not compile pypy3 itself
<LarstiQ>
but I haven't kept track of what packaging does these days, tumbleweed would know more
<mattip>
"sudo apt install" never compiles from source.
<LarstiQ>
except for DKMS modules
<mattip>
+1
<lesshaste>
fijal, yes, apt
<lesshaste>
it has finished now so I guess it can't have been compiling from source. is pypy3compile an executable you recognise?