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 | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
[Arfrever] has joined #pypy
Dagger has quit [Ping timeout: 252 seconds]
alice has quit [Ping timeout: 244 seconds]
Dagger has joined #pypy
alice has joined #pypy
jcea has quit [Ping timeout: 248 seconds]
dmalcolm_ has joined #pypy
dmalcolm has quit [Ping timeout: 260 seconds]
ahmedbodi9 has joined #pypy
ahmedbodi has quit [Ping timeout: 252 seconds]
ahmedbodi9 is now known as ahmedbodi
mjacob has quit [Remote host closed the connection]
pvital has quit [Quit: ZNC 1.8.2 - https://znc.in]
pvital has joined #pypy
jcea has joined #pypy
ahmedbodi5 has joined #pypy
ahmedbodi has quit [Ping timeout: 244 seconds]
ahmedbodi5 is now known as ahmedbodi
[Arfrever] has quit [Ping timeout: 252 seconds]
[Arfrever] has joined #pypy
uau has joined #pypy
<uau> i have pypy3 7.3.18 exiting with AssertionError on Debian unstable, triggered by this code:
<uau> def crash(d, e, f):
<uau> for i in range(2000):
<uau> print(i, e[1]*f[1]//(d[0]))
<uau> crash((1, 1, 1), (1, 1, 1), (1, 1, 1))
<uau> d, e, f = e, f, d
<uau> crashes after printing "1076 1", assertion failure in "rpython_jit_backend_x86.c", line 20420, in RegAlloc__compute_hint_locations_from_descr