Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r61623:82aec8b61b1d
Date: 2013-02-22 18:58 +0200
http://bitbucket.org/pypy/pypy/changeset/82aec8b61b1d/

Log:    an attempt to fix the translation

diff --git a/rpython/rtyper/lltypesystem/rdict.py 
b/rpython/rtyper/lltypesystem/rdict.py
--- a/rpython/rtyper/lltypesystem/rdict.py
+++ b/rpython/rtyper/lltypesystem/rdict.py
@@ -439,7 +439,6 @@
     ENTRIES = lltype.typeOf(entries).TO
     return ENTRIES.fasthashfn(entries[i].key)
 
[email protected](None, SomeInteger(nonneg=True))
 def ll_get_value(d, i):
     return d.entries[i].value
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to