00:21
jcea has quit [Read error: Connection reset by peer]
00:21
jcea1 has joined #pypy
00:22
dansan has left #pypy ["Konversation terminated!"]
00:23
jcea1 is now known as jcea
01:23
jacob22_ has quit [Quit: Konversation terminated!]
01:23
jacob22_ has joined #pypy
02:16
forgottenone has joined #pypy
02:17
jcea has quit [Ping timeout: 240 seconds]
02:29
lritter has joined #pypy
03:29
oberstet has quit [Quit: Leaving]
03:32
ulope has quit [Ping timeout: 240 seconds]
03:33
Ashleeee has quit [Ping timeout: 276 seconds]
03:44
ulope has joined #pypy
03:44
jacob22_ has quit [Quit: Konversation terminated!]
03:44
jacob22_ has joined #pypy
03:46
Ashleee has joined #pypy
04:53
jacob22_ has quit [Quit: Konversation terminated!]
04:53
jacob22_ has joined #pypy
05:09
forgottenone has quit [Quit: Konversation terminated!]
05:45
<
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
05:45
<
fijal >
X1 = SP does not work, it means "zero X1" really
05:45
<
fijal >
you need to write X1 = SP + 0 instad
06:45
forgottenone has joined #pypy
07:05
jacob22_ has quit [Ping timeout: 245 seconds]
07:17
<
Hodgestar >
fijal: O_o
07:36
lritter has quit [Ping timeout: 264 seconds]
08:28
danchr_ has joined #pypy
08:28
danchr has quit [Disconnected by services]
08:29
ctismer__ has joined #pypy
08:29
fangerer____ has joined #pypy
08:29
EWDurbin_ has joined #pypy
08:30
Lightsword_ has joined #pypy
08:30
stillinbeta_ has joined #pypy
08:30
astronavt has joined #pypy
08:31
Taggnostr2 has joined #pypy
08:31
infernixx has joined #pypy
08:32
jerith_ has joined #pypy
08:33
nimaje1 has joined #pypy
08:33
nimaje1 is now known as nimaje
08:33
nimaje has quit [Killed (moon.freenode.net (Nickname regained by services))]
08:33
tbodt_ has joined #pypy
08:43
Taggnostr has quit [*.net *.split]
08:43
Lightsword has quit [*.net *.split]
08:43
infernix has quit [*.net *.split]
08:43
astronavt___ has quit [*.net *.split]
08:43
stillinbeta has quit [*.net *.split]
08:43
EWDurbin has quit [*.net *.split]
08:43
ctismer has quit [*.net *.split]
08:43
jerith has quit [*.net *.split]
08:43
fangerer___ has quit [*.net *.split]
08:43
tbodt has quit [*.net *.split]
08:43
Lightsword_ is now known as Lightsword
08:43
ctismer__ is now known as ctismer
08:43
infernixx is now known as infernix
08:43
stillinbeta_ is now known as stillinbeta
08:43
EWDurbin_ is now known as EWDurbin
08:43
danchr_ is now known as danchr
09:06
otisolsen70 has joined #pypy
09:30
pmp-p has quit [Ping timeout: 256 seconds]
09:53
<
cfbolz >
more test failures :-(
09:54
<
cfbolz >
really weird ones
09:57
<
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??!
10:00
<
mattip >
thanks. I will fix before the next nightly build and try to finish that issue
10:00
<
cfbolz >
mattip: do you have an idea what happened?
10:00
<
cfbolz >
it seems like a buildbot problem somehow
10:02
<
cfbolz >
also, I broke a jit test on 3.7
10:05
<
mattip >
there is also a missing import in an own test, I will sneak it in soonish
10:21
Gustavo6046 has quit [Ping timeout: 272 seconds]
10:24
oberstet has joined #pypy
11:02
pmp-p has joined #pypy
11:31
jcea has joined #pypy
13:54
<
fijal >
does pypy need a buildbot with newer operating system by any chance?
14:09
<
mattip >
x86_64 and x86_32 build inside dockers so they are "portable"
14:22
<
mattip >
the base image is the manylinux2010 one
14:50
Gustavo6046 has joined #pypy
14:52
Gustavo6046 has quit [Remote host closed the connection]
15:00
Gustavo6046 has joined #pypy
16:07
Dejan has joined #pypy
16:07
Dejan has joined #pypy
16:07
Dejan has quit [Changing host]
18:35
<
mattip >
any idea why ztranslation on module/_hpy_universal is failing on py3.7?
18:36
<
mattip >
it claims self._length does not exist on a W_UnicodeObject
18:45
jacob22_ has joined #pypy
18:51
marky1991 has joined #pypy
18:59
<
ronan >
mattip: I bet it's because the test never sees a real W_UnicodeObject
19:03
otisolsen70_ has joined #pypy
19:03
<
cfbolz >
yes, sounds likely
19:03
otisolsen70_ has quit [Client Quit]
19:07
otisolsen70 has quit [Ping timeout: 264 seconds]
19:18
xcm has quit [Remote host closed the connection]
19:18
xcm has joined #pypy
19:26
lritter has joined #pypy
20:25
forgottenone has quit [Quit: Konversation terminated!]
20:50
marky1991 has quit [Ping timeout: 245 seconds]
20:54
marky1991 has joined #pypy
20:55
todda7 has joined #pypy
20:56
tsaka__ has quit [Remote host closed the connection]
21:17
marky1991 has quit [Ping timeout: 264 seconds]
21:24
oberstet has quit [Quit: Leaving]
22:31
Gustavo6046 has quit [Remote host closed the connection]
22:31
Gustavo6046 has joined #pypy
22:34
<
mattip >
did anyone see this PR to extend the C-API for Decimal?
22:34
<
mattip >
I wonder what vstinner thinks of it ...
22:35
<
mattip >
why is decimal even in the stdlib in the first place and not an external library?