Taggnostr has quit [Remote host closed the connection]
Taggnostr has joined #pypy
<squeaky_pl> Yes in 1.1.0e it's ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out); and in 1.1.0f it's ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
* squeaky_pl cries
lritter has joined #pypy
<squeaky_pl> Here is cryptography ticket about same issue: https://github.com/pyca/cryptography/pull/3603
Guest1244 has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 260 seconds]
Guest1244 has joined #pypy
tbodt has joined #pypy
<dstufft> PyPy3 5.8: Is it done enough to use for real things yet?
yuyichao has quit [Ping timeout: 246 seconds]
squeaky_pl has quit [Read error: Connection reset by peer]
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
yuyichao has joined #pypy
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
lritter_ has joined #pypy
lritter has quit [Ping timeout: 240 seconds]
pilne has quit [Quit: Quitting!]
tbodt has quit [Ping timeout: 260 seconds]
Guest1244 has quit [Ping timeout: 240 seconds]
jcea has quit [Quit: jcea]
marky1991 has quit [Ping timeout: 268 seconds]
Guest1244 has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-s390x/builds/602 [Mostafa Shahdadi: force build]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/569 [Mostafa Shahdadi: force build]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/4680 [Mostafa Shahdadi: force build]
<bbot2> Started: http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64/builds/2233 [Mostafa Shahdadi: force build]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/5996 [Mostafa Shahdadi: force build]
<bbot2> Started: http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-32/builds/3025 [Mostafa Shahdadi: force build]
<bbot2> Started: http://buildbot.pypy.org/builders/build-pypy-c-linux-armel/builds/1719 [Mostafa Shahdadi: force build]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/4001 [Mostafa Shahdadi: force build]
ArneBab_ has joined #pypy
marky1991 has joined #pypy
ArneBab has quit [Ping timeout: 246 seconds]
marky1991 has quit [Ping timeout: 246 seconds]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/5239 [Mostafa Shahdadi: force build]
ethanhs has joined #pypy
<ethanhs> Hi! Really excited about the new release. It appears the PyPy3 binaries are not there?
<bbot2> Success: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/569 [Mostafa Shahdadi: force build]
<bbot2> Success: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/4680 [Mostafa Shahdadi: force build]
fryguybob has joined #pypy
Guest1244 has quit [Ping timeout: 268 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/5996 [Mostafa Shahdadi: force build]
Guest1244 has joined #pypy
<bbot2> Success: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/4001 [Mostafa Shahdadi: force build]
IronManMark20_ has joined #pypy
IronManMark20_ has quit [Client Quit]
ethanhs has quit [Ping timeout: 260 seconds]
ethanhs has joined #pypy
vkirilichev has joined #pypy
vkirilichev has quit [Client Quit]
ethanhs has quit [Quit: Leaving]
realitix has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/5239 [Mostafa Shahdadi: force build]
Guest1244 has quit [Ping timeout: 240 seconds]
<bbot2> Success: http://buildbot.pypy.org/builders/build-pypy-c-linux-armel/builds/1719 [Mostafa Shahdadi: force build]
Guest1244 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-s390x/builds/602 [Mostafa Shahdadi: force build]
yuyichao has quit [Ping timeout: 260 seconds]
yuyichao_ has joined #pypy
dustinm- has quit [Quit: Leaving]
arigato has joined #pypy
dustinm has joined #pypy
amaury has joined #pypy
amaury has quit [Read error: No route to host]
amaury has joined #pypy
<cfbolz> dstufft: define 'real' ;-)
amaury has quit [Ping timeout: 255 seconds]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/3079 [Mostafa Shahdadi: force build]
antocuni has joined #pypy
Guest1244 has quit [Ping timeout: 255 seconds]
oberstet has joined #pypy
marr has joined #pypy
Guest1244 has joined #pypy
<arigato> mattip (logs): there is indeed no pypy3-v5.8.0-linux64 on the download page
<arigato> there are only sources for pypy3
<antocuni> my EP talk has been accepted after all :)
<fijal> antocuni: heh
<fijal> njs: hahaha
<arigato> antocuni: yay
squeaky_pl has joined #pypy
<squeaky_pl> I dont know if somebody read the logs but PyPy3 is broken with openssl 1.0.0f
<squeaky_pl> They did an incompatible change in their header files and that makes gcc barf because of missing const in cffi def
<cfbolz> :-(
<cfbolz> squeaky_pl: any idea how to proceed?
<squeaky_pl> It's enough to go there and edit the def but probably you are gonna need to detect openssl version
<LarstiQ> https://github.com/pyca/cryptography/pull/3603 seems to take the no-const approach
<squeaky_pl> Here is cryptography issue https://github.com/pyca/cryptography/pull/3603
<squeaky_pl> Yes
nopf_ has quit [Quit: leaving]
<squeaky_pl> But I fail to understand what they did there, did they just move it below or what?
nopf has joined #pypy
<squeaky_pl> ah they moved it macro section
<squeaky_pl> BTW I released portable PyPy 5.8 for x86_64 serveral hours ago
<squeaky_pl> I should probably ping plan_rich about this one
<LarstiQ> hmm, pypy tweet says Gamit Research, missing a b in Gambit?
<antocuni> yes :(
<cfbolz> argh, sorry
<cfbolz> fixing
nimaje1 has joined #pypy
nimaje1 is now known as nimaje
nimaje has quit [Killed (wilhelm.freenode.net (Nickname regained by services))]
antocuni has quit [Ping timeout: 255 seconds]
arigato has quit [Read error: Connection reset by peer]
Guest1244 has quit [Ping timeout: 246 seconds]
mattip has joined #pypy
<mattip> hi
<mattip> sorry about the missing 3.5 tarball, I didn't notice it was missing, now uploading pypy3-v5.8.0-linux64.tar.bz2
<mattip> I mistakenly uploaded it as pypy-c-jit-latest-linux64.tar.bz2
<kenaan> mattip pypy.org[extradoc] 3e1bcf5c6a4d /: fix for proper 3.5 package name
<bbot2> Success: http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64/builds/2233 [Mostafa Shahdadi: force build]
<mattip> it turns out I never kicked the buildbot with the latest head of release-pypy3.5-5.x, so the py3.5 release is missing
<mattip> changeset a37ecfe5f142 which updated the list of contributors
Guest1244 has joined #pypy
<kenaan> mattip default 927530bd5d2c /pypy/tool/release/repackage.sh: make more noise when something goes wrong with the repackaging
jcea has joined #pypy
<mattip> cfbolz, LarstiQ: whoops, thanks for adding the "b" to Gambit
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1428 [Mostafa Shahdadi: force build]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/3079 [Mostafa Shahdadi: force build]
<dstufft> cfbolz: if I run Warehouse on it am I likely to regret it :P
jacob22_ has quit [Quit: Konversation terminated!]
tav` has joined #pypy
tav has quit [Ping timeout: 268 seconds]
tav` is now known as tav
jamescampbell has joined #pypy
<cfbolz> mattip: thanks for managing the release so well!
jamescampbell has quit [Read error: Connection reset by peer]
<njs> dstufft: I don't know but if you try it I really want to know what happens
marky1991 has joined #pypy
<njs> wait warehouse is still totally in beta mode, right? doooo it
<cfbolz> agreed, I would really be interested in the results too
<lukasa> dstufft: dooo it
<cfbolz> dstufft: if you do it we promise to fix all the bugs and perf problems you find ;-)
antocuni has joined #pypy
Rotonen has joined #pypy
<Rotonen> pypy 5.8 gets further in a plone buildout than 5.7 does - kudos
marky1991 has quit [Ping timeout: 240 seconds]
<cfbolz> Rotonen: what's the error?
<Rotonen> something has len 0 whereas something expects len 1, i'll actually have to dig into that and got no time today - happens at buildout-time in zope.proxy==3.6.1 (so should just trigger by setup.py develop as well)
<Rotonen> https://github.com/zopefoundation/zope.proxy/tree/3.6 <- you can try with the 3.6 branch
<LarstiQ> Rotonen: pypy2 or pypy3.5?
<LarstiQ> ah, C
<Rotonen> pypy2 - zope2 / plone are not going to be py3 yet
<cfbolz> Rotonen: won't really have time today either, but probably worth it to file a bug
<Rotonen> i'll write bugs when i actually understand what's going on there
<LarstiQ> Rotonen: starting with just a log doesn't hurt
<Rotonen> the whole zope/plone stack is probably rather close to a worst case for pypy
<cfbolz> heh
<Rotonen> yeah, works on master on zope.proxy, but not on the 3.6 branch
<Rotonen> not sure whom to point at for that either
<Rotonen> pypy has been of interest for me for years - i'll stick around and start slowly iterating towards a ticket early next week
<Rotonen> buildout itself did not even start on pypy until 5.6 :-)
<Rotonen> mostly popped in to say there is visible progress
<Rotonen> domenkozar: seems you did not go fully functional yet? :-) not seen you on python stuff for a while, but here you hide - makes sense
<domenkozar> I just spy
<cfbolz> #pypy is a good channel to hide in
Guest1244 has quit [Ping timeout: 260 seconds]
Rhy0lite has joined #pypy
Guest1244 has joined #pypy
cstratak has joined #pypy
jacob22_ has joined #pypy
adamholmberg has joined #pypy
<idnar> no one will see me behind the buildbot spam! :D
<bremner> /ignore all the bots
yuyichao_ has quit [Ping timeout: 268 seconds]
cstratak has quit [Quit: Leaving]
marky1991 has joined #pypy
<Cheery> congratulations for new release!
<Cheery> signature mismatch: pack_float() takes exactly 5 arguments (4 given)
rmesta has joined #pypy
jamescampbell has joined #pypy
Remi_M has quit [Quit: See you!]
arigato has joined #pypy
realitix has quit [Quit: Leaving]
<antocuni> Cheery: where did you get this message from?
<Cheery> antocuni: from r/programming
<Cheery> arigato: hi
<arigato> hi
<Cheery> antocuni: the error? It's in lever.. I figured out what caused it though.. commit in few minutes.
jamescampbell has quit [Ping timeout: 260 seconds]
Guest1244 has quit [Ping timeout: 255 seconds]
Guest1244 has joined #pypy
girish946 has joined #pypy
<Cheery> antocuni: about the changes I had to do on Lever during update to 5.8.0
<antocuni> yeah sorry, the pack_into signature change is my fault
<Cheery> antocuni: it's all right. It just broke stuff but sometimes you gotta.
jamescampbell has joined #pypy
yuyichao_ has joined #pypy
mattip has left #pypy ["bye"]
<bbot2> Success: http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-32/builds/3025 [Mostafa Shahdadi: force build]
dcrosta has joined #pypy
<Cheery> There's a problem I would prefer to discuss about.. That being specifics of streams in my language.
Mateon3 has joined #pypy
<Cheery> were it png decoding, network comm or whatever else..
<Cheery> it appears that I need a primitive for streaming.
Mateon1 has quit [Ping timeout: 255 seconds]
Mateon3 is now known as Mateon1
<Cheery> but the x = zlib.decompress(y) isn't exactly the best what I could do I guess.
<Cheery> zlib.decompress(input, output) seems a bit better, when the input and output are stuffer primitives.
<Cheery> these kind of programs are quite messy in my system right now though..
<Cheery> I wonder what I could do for that.
<Cheery> Also, worse.. they usually don't just end up to bytes or even strings
girish946 has quit [Quit: Leaving]
<Cheery> the pallets of stuff they mangle can very well turn out to be something else as well.
amaury has joined #pypy
jamescampbell has quit [Ping timeout: 246 seconds]
jamescampbell has joined #pypy
amaury has quit [Ping timeout: 260 seconds]
arigato has quit [Read error: Connection reset by peer]
<agronholm> hi, I'm wondering why there are no armhf binaries for pypy3 5.8 – are there issues building it?
<cfbolz> only linux64 is supported by pypy3 at this point
black_ant has joined #pypy
<agronholm> cfbolz: does that mean pypy3 needs some architecture specific code that is missing from pypy3?
<cfbolz> mostly it needs somebody to take a look at all the other architectures
<cfbolz> probably not a lot is missing, but the work still needs doing
jamescampbell has quit [Remote host closed the connection]
<agronholm> I see ppc is at least supported already
<cfbolz> on pypy3? I don't think so
jamescampbell has joined #pypy
<agronholm> my mistake, it was pypy2
<cfbolz> ;-)
jamescampbell has quit [Ping timeout: 240 seconds]
jamescampbell has joined #pypy
oberstet has quit [Ping timeout: 246 seconds]
Guest1244 has quit [Ping timeout: 240 seconds]
jamescampbell has quit [Remote host closed the connection]
jamescampbell has joined #pypy
jamescampbell has quit [Ping timeout: 240 seconds]
jcea has quit [Quit: jcea]
Guest1244 has joined #pypy
jacob22_ has quit [Quit: Konversation terminated!]
pilne has joined #pypy
jamescampbell has joined #pypy
lritter_ has quit [Quit: Leaving]
adeohluwa has joined #pypy
jacob22_ has joined #pypy
jacob22_ has quit [Ping timeout: 246 seconds]
antocuni has quit [Ping timeout: 240 seconds]
Guest1244 has quit [Ping timeout: 255 seconds]
jamescampbell has quit [Remote host closed the connection]
jacob22_ has joined #pypy
Guest1244 has joined #pypy
dcrosta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kipras`away is now known as kipras
squeaky_pl has quit [Ping timeout: 260 seconds]
Rhy0lite has quit [Quit: Leaving]
dcrosta has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
jamescampbell has joined #pypy
jamescampbell has quit [Ping timeout: 246 seconds]
rmesta has quit [Quit: Leaving.]
jamescampbell has joined #pypy
jamescampbell has quit [Remote host closed the connection]
adeohluwa has quit [Quit: Connection closed for inactivity]
Guest1244 has quit [Ping timeout: 240 seconds]
<kenaan> arigo pypy.org[extradoc] bb5e71b4d612 /: update the values
Guest1244 has joined #pypy
jamescampbell has joined #pypy
jamescampbell has quit [Remote host closed the connection]
<kenaan> tobweber stmgc[c8-adaptive-trx-length-per-thread] e425b6d2a050 /c8/stm/core.c: Fix nested measurements of wait time during transaction start
<kenaan> tobweber stmgc[c8-overheads-instrumentation] 39e259c124d6 /c8/stm/core.c: Fix nested measurement of waiting time and time in validation
<kenaan> tobweber stmgc[c8-overheads-instrumentation] 6161d44ff649 /c8/stm/core.c: Fix nested measurements of wait time during transaction start
<kenaan> tobweber stmgc[c8-adaptive-trx-length-per-thread] 2139691f1c0c /c8/stm/: Merge instrumentation bugfixes
gclawes_ has quit [Remote host closed the connection]
gclawes has joined #pypy
amaury has joined #pypy
tilgovi has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
amaury has quit [Ping timeout: 260 seconds]
adamholmberg has quit [Ping timeout: 240 seconds]
tilgovi has quit [Ping timeout: 260 seconds]
jamescampbell has joined #pypy
Guest1244 has quit [Ping timeout: 260 seconds]
jamescampbell has quit [Ping timeout: 260 seconds]
antocuni has joined #pypy
buhman has joined #pypy
<buhman> is there an interpreter-agnostic way to get the argv provided to the interpreter?
Guest1244 has joined #pypy
squeaky_pl has joined #pypy
yuyichao_ has quit [Ping timeout: 240 seconds]
ronan has quit [Ping timeout: 255 seconds]
Waylan has joined #pypy
antocuni has quit [Ping timeout: 246 seconds]
Waylan has quit [Quit: Mutter: www.mutterirc.com]
fryguybo1 has joined #pypy
Waylan has joined #pypy
ronan has joined #pypy
black_ant has quit [Excess Flood]
fryguybob has quit [Remote host closed the connection]
tumbleweed_ has joined #pypy
black_ant has joined #pypy
tumbleweed has quit [Ping timeout: 260 seconds]
tumbleweed_ is now known as tumbleweed
tumbleweed has joined #pypy
tumbleweed has quit [Changing host]
Waylan has quit [Ping timeout: 255 seconds]