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
<ronan> mattip_: I'm talking about the stand-alone app_test_ functions, which nobody ever used
<ronan> well, they're gone now
jcea has quit [Quit: jcea]
lritter has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
i9zO5AP has joined #pypy
lritter has quit [Quit: Leaving]
Ai9zO5AP has quit [Ping timeout: 240 seconds]
dddddd has quit [Remote host closed the connection]
tsaka_ has joined #pypy
tsaka__ has quit [Ping timeout: 268 seconds]
_whitelogger has joined #pypy
tsaka_ has quit [Ping timeout: 264 seconds]
jvesely has quit [Quit: jvesely]
oberstet has joined #pypy
tsaka_ has joined #pypy
tsaka_ has quit [Ping timeout: 246 seconds]
antocuni has joined #pypy
tsaka_ has joined #pypy
zmt00 has quit [Read error: Connection reset by peer]
zmt00 has joined #pypy
<kenaan> stevie_92 cpyext-gc-cycle 1fd7c207819e /rpython/: Increased incremental limit of rrc incmark Changed default rrc implementation Added simple rrc implemen...
jcea has joined #pypy
dddddd has joined #pypy
Ai9zO5AP has joined #pypy
oberstet has quit [Quit: Leaving]
i9zO5AP has quit [Ping timeout: 264 seconds]
Ai9zO5AP has quit [Client Quit]
antocuni has quit [Ping timeout: 240 seconds]
mgedmin has joined #pypy
<mgedmin> hi hello awesome pypyers!
<mgedmin> I was wondering if the missing i686 manylinux cp38 wheel is a known problem?
antocuni has joined #pypy
jvesely has joined #pypy
<cfbolz> arigato: question for you, probably
Rhy0lite has joined #pypy
<fijal> so pypy3.6 on OS X just plain does not work
<fijal> this is what happens if you try to install a virtualenv
<tos9> fijal: I use it all the time
<Alex_Gaynor> Looks like it expects blake2 to be available
<tos9> oh, the pypy.org build
<fijal> tos9: yeah how else do you get it?
<tos9> fijal: homebrew
<fijal> maybe we should stop advertising a version that's not working then?
<fijal> my homebrew is pretty broken I think :-/
<mattip_> why is the shipped _hashlib cffi module not working on OS X? It works on the buildbot...
<mattip_> ahh, "ERROR:root:code for hash blake2b was not found."
<mattip_> we could go back to the mixedmodule _hash for os X maybe? This is the first I have heard of it, so I would need help working it out
<fijal> tos9: still crashes though
<fijal> the blake2 despite being ERROR and whatnot is probably not fatal?
<tos9> fijal: your pip and things are too old probably
<tos9> I see pip 7.1.2 in there
<tos9> pip install -U pip and virtualenv presumably?
<fijal> seems tricky to do
<fijal> but yeah probably
<mattip_> you could try editing pypy/lib-python3/hashslib.py and removing things from __always_suppoprted that you do not have on your system.
<mattip_> is this an old version of macOS?
jvesely has quit [Quit: jvesely]
<fijal> Mojave
<mattip_> no, that hint was wrong. The real problem is you cannot import _hashlib, but the error message is swallowed up in hashlib.py
<mattip_> could you try 'pypy -c "import _hashlib"'?
<fijal> mattip_: works just fine
<mattip_> and same thing for _pypy_openssl ?
<mattip_> (which should JustWork because we are supposed to be packaging our own openssl and linking statically to it)
<fijal> same
<mattip_> so where is the failure? Why are you getting the error message on your machine with the pypy from pypy.org?
<fijal> I don't know
<fijal> it just shows me what I gave you when trying to create a virtualenv
<fijal> it's as clear as mud
<fijal> mattip_: sorry I
<fijal> m probably off for the rest of the day
<mattip_> ok. Sorry it didn;t work out for you, maybe someone with a Mojave machine can try to duplicate it and spend the time to debug what is going on.
<mattip_> we don't have an issue open about it, so it might be specific to your setup
mattip_ has left #pypy ["Leaving"]
ionelmc has joined #pypy
<kenaan> rlamy py3.6 7b678cb3bf52 /lib-python/3/test/test_dis.py: Adjust test for changes to co_consts
YannickJadoul has joined #pypy
lritter has joined #pypy
jvesely has joined #pypy
<kenaan> rlamy py3.6 baac25aa3936 /lib-python/3/test/test_dis.py: adapt expected dis output to PyPy
<YannickJadoul> There's no PyPy on NuGet, is there?
<YannickJadoul> And for macOS, there are no .pkg installation packages?
<YannickJadoul> (that's how we currently install Python on cibuildwheel; so if there would be, it would probably be another oneliner to add PyPy on these platforms ;) )
<antocuni> YannickJadoul: btw, I have just pushed a commit to pypy/manylinux to add pypy 7.2.0 to our docker image
<antocuni> this is the relevant travis job: https://travis-ci.org/pypy/manylinux/builds/608326473
<antocuni> YannickJadoul: I can't answer to your windows/mac questions for sure, but I don't think we have anything like that
* antocuni off
antocuni has quit [Ping timeout: 268 seconds]
tsaka_ has quit [Ping timeout: 264 seconds]
<YannickJadoul> antocuni: Ah, great, thanks! I'll replace 7.1.1 by 7.2.0?
<YannickJadoul> If for some reason, you'd prefer cibuildwheel to also build 7.1.1, that's also possible
YannickJadoul has quit [Quit: Leaving]
Dejan has quit [Read error: Connection reset by peer]
Dejan has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
bernte has joined #pypy
jvesely has quit [Quit: jvesely]
<kenaan> wlav cppyy-packaging b9b63c51b979 /: closing old cppyy packaing branch to restart work
jcea has quit [Remote host closed the connection]
Rhy0lite has quit [Quit: Leaving]
bernte has quit [Ping timeout: 240 seconds]
<kenaan> Yannick_Jadoul py3.7-bpo-29962 b1d5214588a0 /pypy/module/math/: Implemented app-level math.remainder
mattip_ has joined #pypy
jvesely has joined #pypy
<mattip_> YannickJadoul (for the logs): I hope to move our linux buildslave to a centos6-based docker soon
<mattip_> it is heavily based on portable-pypy and should work on any manylinux2010 linux
YannickJadoul has joined #pypy
<YannickJadoul> mattip_: Oh, great. So that means we'll get more widely compatible binaries downloadable from pypy.org? :)
<mattip_> that is the hope. I am a bit worried since it seems the macOS binary currently does not run on Mojave, do you have a way to check that?