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
jcea has quit [Read error: Connection reset by peer]
jcea1 has joined #pypy
dansan has left #pypy ["Konversation terminated!"]
jcea1 is now known as jcea
jacob22_ has quit [Quit: Konversation terminated!]
jacob22_ has joined #pypy
forgottenone has joined #pypy
jcea has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
oberstet has quit [Quit: Leaving]
ulope has quit [Ping timeout: 240 seconds]
Ashleeee has quit [Ping timeout: 276 seconds]
ulope has joined #pypy
jacob22_ has quit [Quit: Konversation terminated!]
jacob22_ has joined #pypy
Ashleee has joined #pypy
jacob22_ has quit [Quit: Konversation terminated!]
jacob22_ has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
<fijal> fun fact about ARM that I forgot (and got bitten by). Xzr (zero registr) and SP (stack pointer) have the same encoding (it's register number 0), so it depends on operation
<fijal> X1 = SP does not work, it means "zero X1" really
<fijal> you need to write X1 = SP + 0 instad
forgottenone has joined #pypy
jacob22_ has quit [Ping timeout: 245 seconds]
<Hodgestar> fijal: O_o
lritter has quit [Ping timeout: 264 seconds]
danchr_ has joined #pypy
danchr has quit [Disconnected by services]
ctismer__ has joined #pypy
fangerer____ has joined #pypy
EWDurbin_ has joined #pypy
Lightsword_ has joined #pypy
stillinbeta_ has joined #pypy
astronavt has joined #pypy
Taggnostr2 has joined #pypy
infernixx has joined #pypy
jerith_ has joined #pypy
nimaje1 has joined #pypy
nimaje1 is now known as nimaje
nimaje has quit [Killed (moon.freenode.net (Nickname regained by services))]
tbodt_ has joined #pypy
Taggnostr has quit [*.net *.split]
Lightsword has quit [*.net *.split]
infernix has quit [*.net *.split]
astronavt___ has quit [*.net *.split]
stillinbeta has quit [*.net *.split]
EWDurbin has quit [*.net *.split]
ctismer has quit [*.net *.split]
jerith has quit [*.net *.split]
fangerer___ has quit [*.net *.split]
tbodt has quit [*.net *.split]
Lightsword_ is now known as Lightsword
ctismer__ is now known as ctismer
infernixx is now known as infernix
stillinbeta_ is now known as stillinbeta
EWDurbin_ is now known as EWDurbin
danchr_ is now known as danchr
otisolsen70 has joined #pypy
pmp-p has quit [Ping timeout: 256 seconds]
<cfbolz> more test failures :-(
<cfbolz> really weird ones
<cfbolz> but if I look at lib-python/2.7/test/multibytecodec_support.py line 297, it does not actually look like in the traceback??!
<mattip> thanks. I will fix before the next nightly build and try to finish that issue
<cfbolz> mattip: do you have an idea what happened?
<cfbolz> it seems like a buildbot problem somehow
<mattip> not yet
<cfbolz> also, I broke a jit test on 3.7
<mattip> there is also a missing import in an own test, I will sneak it in soonish
Gustavo6046 has quit [Ping timeout: 272 seconds]
oberstet has joined #pypy
pmp-p has joined #pypy
jcea has joined #pypy
<fijal> does pypy need a buildbot with newer operating system by any chance?
<mattip> x86_64 and x86_32 build inside dockers so they are "portable"
<mattip> the base image is the manylinux2010 one
Gustavo6046 has joined #pypy
Gustavo6046 has quit [Remote host closed the connection]
Gustavo6046 has joined #pypy
Dejan has joined #pypy
Dejan has joined #pypy
Dejan has quit [Changing host]
<mattip> any idea why ztranslation on module/_hpy_universal is failing on py3.7?
<mattip> it claims self._length does not exist on a W_UnicodeObject
jacob22_ has joined #pypy
marky1991 has joined #pypy
<ronan> mattip: I bet it's because the test never sees a real W_UnicodeObject
otisolsen70_ has joined #pypy
<cfbolz> yes, sounds likely
otisolsen70_ has quit [Client Quit]
otisolsen70 has quit [Ping timeout: 264 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
lritter has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7519 [Carl Friedrich Bolz-Tereick: force build, py3.8]
forgottenone has quit [Quit: Konversation terminated!]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7519 [Carl Friedrich Bolz-Tereick: force build, py3.8]
marky1991 has quit [Ping timeout: 245 seconds]
marky1991 has joined #pypy
todda7 has joined #pypy
tsaka__ has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 264 seconds]
oberstet has quit [Quit: Leaving]
Gustavo6046 has quit [Remote host closed the connection]
Gustavo6046 has joined #pypy
<mattip> did anyone see this PR to extend the C-API for Decimal?
<mattip> I wonder what vstinner thinks of it ...
<mattip> why is decimal even in the stdlib in the first place and not an external library?