cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | Matti: I made a bit of progress, the tests now only segfault towards the end
lritter has quit [Ping timeout: 255 seconds]
lritter has joined #pypy
derpydoo has quit [Quit: derpydoo]
otisolsen70 has joined #pypy
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #pypy
DustyTheCat has joined #pypy
slav0nic has joined #pypy
slav0nic has quit [Ping timeout: 248 seconds]
otisolsen70 has quit [Quit: Leaving]
reneeontheweb has joined #pypy
DustyTheCat has quit [Ping timeout: 240 seconds]
otisolsen70 has joined #pypy
Atque_ has joined #pypy
Atque has quit [Ping timeout: 240 seconds]
DustyTheCat has joined #pypy
reneeontheweb has quit [Quit: Client closed]
Atque_ has quit [Ping timeout: 240 seconds]
Atque has joined #pypy
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
jacob22 has quit [Ping timeout: 272 seconds]
Atque has quit [Ping timeout: 240 seconds]
Atque has joined #pypy
Atque has quit [Ping timeout: 240 seconds]
Atque_ has joined #pypy
Atque_ has quit [Ping timeout: 240 seconds]
Atque has joined #pypy
Atque has quit [Quit: ...]
DustyTheCat has quit [Ping timeout: 246 seconds]
jacob22 has joined #pypy
otisolsen70 has quit [Quit: Leaving]
<mattip> there is a newly-failing tst on py3.8 in lib-python/3/test/test__opcode
<mattip> TypeError: stack_effect() got an unexpected keyword argument 'jump'
<mattip> also, pypy.module.pypyjit.test_pypy_c.test_string is failing
<mattip> I think that test needs a tweak for the unicode changes
<glyph> this is an extremely weird bug
<glyph> or rather… I guess it's more just weird that I found it