Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: 
Changeset: r82019:a71c1f3776a9
Date: 2016-01-31 19:11 +0100
http://bitbucket.org/pypy/pypy/changeset/a71c1f3776a9/

Log:    this comment is outdated now

diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/pypy/objspace/std/mapdict.py
@@ -156,7 +156,6 @@
             jit.isconstant(name) and
             jit.isconstant(index))
     def add_attr(self, obj, name, index, w_value):
-        # grumble, jit needs this
         attr = self._get_new_attr(name, index)
         oldattr = obj._get_mapdict_map()
         if not jit.we_are_jitted():
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to