cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
Gonsor has quit [Read error: Connection reset by peer]
antocuni has quit [Ping timeout: 248 seconds]
adamholmberg has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
forgottenone has quit [Remote host closed the connection]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
<jmcp> followup info, hopefully clarifying things - the tests in cffi0/test_zdistutils.py pass with python 2.7 on Solaris, but fail with python 3.4.6 (also Solaris)
adamholmberg has quit [Ping timeout: 240 seconds]
<jmcp> gah ... and testing with py3.5 works. Sheesh
<jmcp> I'll drop a line to the mailing list
jcea has quit [Ping timeout: 252 seconds]
tbodt has joined #pypy
jcea has joined #pypy
marr has quit [Ping timeout: 245 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
drolando has quit [Quit: Textual IRC Client: www.textualapp.com]
squeaky_pl has quit [Ping timeout: 245 seconds]
energizer has quit [Disconnected by services]
energizer has joined #pypy
energizer has quit [Remote host closed the connection]
energizer has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
jcea has quit [Read error: Connection reset by peer]
dddddd has quit [Remote host closed the connection]
oberstet has joined #pypy
zmt00 has quit [Read error: Connection reset by peer]
oberstet has quit [Ping timeout: 240 seconds]
zmt00 has joined #pypy
oberstet has joined #pypy
inhahe_ has quit []
inhahe_ has joined #pypy
jamesaxl has joined #pypy
solarjoe4 has joined #pypy
<solarjoe4> is there a Python equivalent (or idiomatic code) to numpy.flatten to flatten nested lists (without using some recursive nested ifs...)
amaury has joined #pypy
oberstet has quit [Ping timeout: 245 seconds]
<arigato> Alex_Gaynor: when you're ready, can we make the next release of cffi?
asmeurer__ has quit [Quit: asmeurer__]
asmeurer_ has joined #pypy
<arigato> solarjoe4: ask on #python
<arigato> (but I don't think so)
<solarjoe4> hi, aleady did :) I hit the wrong channel
asmeurer_ has quit [Quit: asmeurer_]
asmeurer_ has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
amaury has quit [Ping timeout: 248 seconds]
fatuus has joined #pypy
fatuus has quit [Quit: fatuus]
fatuus has joined #pypy
squeaky_pl has joined #pypy
dddddd has joined #pypy
antocuni has joined #pypy
lritter has joined #pypy
_habnabit has quit [Ping timeout: 240 seconds]
_habnabit has joined #pypy
tayfun26 has joined #pypy
marr has joined #pypy
fatuus has quit [Quit: fatuus]
energizer has quit [Ping timeout: 245 seconds]
lritter has quit [Quit: Leaving]
antocuni has quit [Ping timeout: 256 seconds]
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
ssbr has quit [Ping timeout: 245 seconds]
ssbr has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
jcea has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
Gonsor has joined #pypy
adamholmberg has joined #pypy
antocuni has joined #pypy
Rhy0lite has joined #pypy
carljm has quit [Ping timeout: 240 seconds]
carljm has joined #pypy
amaury has joined #pypy
lritter has joined #pypy
<Alex_Gaynor> arigato: I'm around now
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
adamholmberg has joined #pypy
amaury has quit [Ping timeout: 240 seconds]
tayfun26 has quit [Quit: tayfun26]
solarjoe4 has quit [Quit: Leaving]
adamholm_ has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
jcea has quit [Ping timeout: 240 seconds]
<arigato> Alex_Gaynor: cool, I'm releasing
<Alex_Gaynor> arigato: cool, let me know when it's up and I can kick off the wheel job -- I don't have my PyPI upload credentials on this computer (I'm at work), but you should be able to download the wheels and upload them yourself
jcea has joined #pypy
<kenaan> arigo cffi/cffi fc38463f8f66 /doc/source/whatsnew.rst: Update whatsnew
<arigato> ok
<arigato> running all tests first, should be up in half an hour
<Alex_Gaynor> 👍
adamholm_ has quit [Read error: No route to host]
adamholmberg has joined #pypy
jcea has quit [Quit: jcea]
lritter has quit [Quit: Leaving]
amaury has joined #pypy
jcea has joined #pypy
Taggnostr has quit [Remote host closed the connection]
Taggnostr has joined #pypy
jamadden has joined #pypy
tbodt has joined #pypy
Gonsor has quit [Ping timeout: 252 seconds]
amaury has quit [Ping timeout: 252 seconds]
adamholmberg has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 268 seconds]
asmeurer_ has joined #pypy
asmeurer_ has quit [Ping timeout: 245 seconds]
Gonsor has joined #pypy
desowin has joined #pypy
<desowin> What is the reason that pypy calls ARM binaries during cross-translation? Is it done purely to do platform checks or is this data used for something other than just checks?
antocuni has quit [Ping timeout: 240 seconds]
amaury has joined #pypy
<simpson> desowin: It's platform checks only, I think.
<desowin> so in essence, it should be possible to cross-translate pypy for ARM without the use of scratchbox2 (omitting the platform checks though). Would such patch be accepted?
<simpson> I have no idea, but I don't think that it's possible to do universal ARM translation; I think that it matters whether the core is arm6 or arm7, which floating-point style to use, etc.
<kenaan> arigo cffi/cffi[release-1.11] 5ff833c65f91 /: hg merge default
<kenaan> arigo cffi/cffi[release-1.11] bad3cd7621e6 /: Bump to 1.11.5
<arigato> Alex_Gaynor: new version uploaded
adamholmberg has joined #pypy
<Alex_Gaynor> arigato: wheel building running, one moment
<Alex_Gaynor> arigato: https://ci.cryptography.io/job/external-projects/job/cffi-wheel-builder/19/artifact/*zip*/archive.zip should give you all the wheels for uploading
<kenaan> arigo cffi/cffi[release-1.11] 48416163071e /doc/source/installation.rst: md5/sha
<kenaan> arigo cffi/cffi[release-1.11] 7e2fa5b951e0 /.hgtags: Added tag v1.11.5 for changeset 48416163071e
<kenaan> arigo cffi/cffi 70790d813156 /: hg merge release-1.11
adamholmberg has quit [Remote host closed the connection]
<Alex_Gaynor> arigato: Can you upload them? I don't have my pypi creds on this laptop :-)
<arigato> Alex_Gaynor: is there a magic command-line invocation to upload them all?
marky1991 has joined #pypy
<Alex_Gaynor> arigato: if you use twine to do the uploads you should be able to `twine upload path/to/wheels/*.whl` and it'll upload them all
<arigato> indeed, thanks
amaury has quit [Quit: Konversation terminated!]
amaury_ has joined #pypy
amaury_ has quit [Client Quit]
<arigato> yay, thanks for the help
amaury_ has joined #pypy
<Alex_Gaynor> np, at some point we should figure out how to get you access to jenkins; not a big deal though, it's not very much work
<arigato> yes
<arigato> to both parts
asmeurer__ has joined #pypy
drolando has joined #pypy
adamholmberg has joined #pypy
amaury_ has quit [Quit: Konversation terminated!]
amaury_ has joined #pypy
amaury_ has quit [Ping timeout: 245 seconds]
energizer has joined #pypy
<kenaan> arigo cffi/cffi 191ee1e092eb /c/test_c.py: Direct tests for close_lib()
<kenaan> arigo default f80f173700c8 /: import cffi/70790d813156 (1.11.5)
<kenaan> arigo default 5e00d00261f8 /pypy/module/_cffi_backend/: Update the _cffi_backend module to 1.11.5
energizer has quit [Disconnected by services]
<arigato> oops, broke stuff
energizer has joined #pypy
energizer has quit [Remote host closed the connection]
energizer has joined #pypy
<kenaan> arigo default 98de07e737f3 /: Oops
<nanonyme> arigato, is that a bad oops or a damatically bad oops? :/
<nanonyme> Ah, not a dramatic one, seems
squeaky_pl has quit [Ping timeout: 276 seconds]
<tumbleweed> ooh, new cffi release
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<nanonyme> Yeah, shiny
antocuni has joined #pypy
squeaky_pl has joined #pypy
tbodt has joined #pypy
adamholmberg has quit [Remote host closed the connection]
<kenaan> arigo cffi/cffi 99940f1f5402 /: Ignore multiple dlclose(), like file.close() does in Python
adamholmberg has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 268 seconds]
adamholmberg has joined #pypy
marr has quit [Ping timeout: 245 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
energizer has quit [Read error: Connection reset by peer]
tbodt has joined #pypy
energizer has joined #pypy
adamholmberg has quit [Remote host closed the connection]
asmeurer__ has quit [Quit: asmeurer__]
adamholmberg has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
aboudreault_ has quit [Read error: No route to host]
aboudreault_ has joined #pypy
antocuni has joined #pypy
marr has joined #pypy
adamholm_ has joined #pypy
adamholmberg has quit [Ping timeout: 268 seconds]
adamholm_ has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Read error: Connection reset by peer]
drolando has quit [Remote host closed the connection]
drolando has joined #pypy
jamesaxl has quit [Quit: WeeChat 2.0.1]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
marky1991 has joined #pypy
Gonsor has quit [Read error: Connection reset by peer]
<kenaan> rlamy default 276b2e484fdf /pypy/module/cpyext/: Do overwrite existing slot in fill_slot(): otherwise subclasses can't overrride their parents' slots. Reverts e61e...
drolando has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drolando has joined #pypy
squeaky_pl has quit [Ping timeout: 268 seconds]
Rhy0lite has quit [Quit: Leaving]
tbodt has quit [Read error: Connection reset by peer]
tbodt has joined #pypy