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
dansan has joined #pypy
norok2 has quit [Remote host closed the connection]
<mattip>
if not clear, what I was asking was "does it make sense to replace the linux tarballs at bitbucket/downloads and nightlies with portable pypy ones?"
<mattip>
or would it cause some problem for someone's workflow
dddddd has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Killed (orwell.freenode.net (Nickname regained by services))]
xcm has joined #pypy
antocuni has joined #pypy
jvesely has quit [Quit: jvesely]
oberstet has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
Rhy0lite has joined #pypy
oberstet has joined #pypy
<arigato>
mattip: assuming we get download a portable pypy and run it anywhere (which is kind of the point), it should work at least as well as the current situation
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jvesely has joined #pypy
<tumbleweed>
I was playing a bit with the pypy snap. Which is a container-y mechanism to get portability
<tumbleweed>
it needs a little work still, but seems simple enoguh
<antocuni>
tumbleweed: I *might* be the guy who controls snapcraft.io/pypy :). Some years ago at EuroPython I met some guy working at canonical, they wanted to work on a pypy snap
<tumbleweed>
that'd be popey
<antocuni>
so I think they created the account and transferred ownership to me (or viceversa)
<antocuni>
but I think that at the end the effort went nowhere
<tumbleweed>
yeah, it looked like it stalled
<antocuni>
I have no idea how to manage it though
<antocuni>
from snapcraft.io I click on "developer account": it redirects me to login.ubuntu.com, where it says I am already logged in
<tumbleweed>
if you have admin access to it, you'd see a settings tab on that page
<antocuni>
and tells me I am authenticated to snapcraft.io, but if I go there, I go back to step 1
<tumbleweed>
you should be logged in after going to login.ubuntu.com
<tumbleweed>
maybe you have a browser plugin that blocks cross-site posts?
<antocuni>
tried with both chrome and firefox, same behavior
<antocuni>
do you know what is the url for the settings page? Let me try to manually type it and see what happens
<niso>
Hi, There are any benchmarks/exmaples of which data structure is taking less memory&time and by how much of those: dict vs namedtuple vs tuple vs class (or any similar data structure)?