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
<kenaan>
arigo default 04a0915490aa /rpython/rlib/rutf8.py: Move the 'assert pos >= 0' before the 'code[pos]', to avoid extra checking for negative pos when indexing
<cfbolz>
arigato: same to you
<cfbolz>
!
<cfbolz>
arigato: the dict optimization in the jit, that caches repeated lookups of the same key is broken, it seems :-(
jcea has quit [Remote host closed the connection]
<arigato>
ah. but the tests in metainterp/ pass?
jcea has joined #pypy
<arigato>
(e.g. test_dict_double_lookup_2 in test_dict.py)
tsaka__ has quit [Read error: Connection reset by peer]
jvesely has quit [Quit: jvesely]
infernix has joined #pypy
infernix has quit [Changing host]
infernix has joined #pypy
CrazyPython has joined #pypy
CrazyPython has quit []
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
jcea has quit [Ping timeout: 248 seconds]
<cfbolz>
arigato: yes, seems to pass. So I need to go and figure out why it doesn't work sometimes