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
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has quit [Quit: Konversation terminated!]
mattip has quit [Ping timeout: 240 seconds]
mattip has quit [Ping timeout: 240 seconds]
jcea has quit [Ping timeout: 244 seconds]
jcea has quit [Ping timeout: 244 seconds]
forgottenone has joined #pypy
forgottenone has joined #pypy
forgottenone has quit [Read error: Connection reset by peer]
forgottenone has quit [Read error: Connection reset by peer]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #pypy
_whitelogger_ has joined #pypy
mattip has joined #pypy
mattip has joined #pypy
bbot2 has quit [Ping timeout: 240 seconds]
bbot2 has quit [Ping timeout: 240 seconds]
bbot2 has joined #pypy
bbot2 has joined #pypy
lritter has joined #pypy
lritter has joined #pypy
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger has joined #pypy
<cfbolz> mattip: hm, that rings a bell somehow
<cfbolz> But I can't find it immediately
<mattip> found it: MODULES_THAT_ALWAYS_SHADOW
<cfbolz> mattip: there was a question on Twitter about arm and non Ubuntu Linux. Do you know whether there would be blockers to making the arm build portable? https://twitter.com/adrianjhpc/status/1374118830436409347?s=20
<mattip> it would mean using a base docker image from manylinux2014, where the base in x86 is manylinux2010
<mattip> and then testing it out
jiffe has quit [Ping timeout: 264 seconds]
<mattip> the donated arm machine we build on is a bit restricted in terms of disk size: it only has 29GB and 23 are used
jiffe has joined #pypy
<mattip> There are 3 copies of the hg repo, I wonder if there is a way to tell hg to do a shallow pull and only get a few revisions back
dddddd_ has joined #pypy
<fijal> mattip: I can probably free some space, give me a second
<fijal> just freed 3G, I can probably find some more
<cfbolz> mattip: I don't think it's an obvious priority, was mainly curious
<mattip> fijal: thanks
dddddd_ has quit [Ping timeout: 260 seconds]
SunDwarf is now known as Lura
dmalcolm has quit [Quit: Leaving]
jcea has joined #pypy
<simpson> Stupid question: What are the options for population counts? I want to use a bigint as a set, and it looks like I'll have to iterate over its digits in order to compute a popcount.
altendky is now known as Google
Google is now known as altendky
jcea has quit [Quit: jcea]
jcea has joined #pypy
jryans has quit [Ping timeout: 268 seconds]
jryans has joined #pypy
dmalcolm has joined #pypy
<cfbolz> simpson: yeah, seems there still is no official way to do it
<cfbolz> simpson: add it to rlib/rarithmetic? sounds like a useful thing
todda7 has quit [Ping timeout: 265 seconds]
todda7 has joined #pypy
todda7 has quit [Quit: Konversation terminated!]
otisolsen70_ has joined #pypy
otisolsen70_ has quit [Client Quit]
otisolsen70 has quit [Ping timeout: 264 seconds]
lritter has quit [Ping timeout: 264 seconds]
<mattip> cfbolz: I restarted the arm64 buildbot inside a manylinux2014 docker (centos7)
<mattip> let's see if it builds/runs tests
<mattip> I am using the os-provided python2 for translation until we can bootstrap with a pypy2.7
<cfbolz> mattip: heh, cool