[pypy-svn] r77129 - pypy/branch/better-map-instances/pypy/objspace/std

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Sep 17 10:47:31 CEST 2010


Author: cfbolz
Date: Fri Sep 17 10:47:28 2010
New Revision: 77129

Modified:
   pypy/branch/better-map-instances/pypy/objspace/std/mapdict.py
Log:
remove debug print


Modified: pypy/branch/better-map-instances/pypy/objspace/std/mapdict.py
==============================================================================
--- pypy/branch/better-map-instances/pypy/objspace/std/mapdict.py	(original)
+++ pypy/branch/better-map-instances/pypy/objspace/std/mapdict.py	Fri Sep 17 10:47:28 2010
@@ -612,8 +612,6 @@
 def LOAD_ATTR_slowpath(pycode, w_obj, nameindex, map):
     space = pycode.space
     w_name = pycode.co_names_w[nameindex]
-    if space.str_w(w_name) == "task_holding":
-        print map
     if map is not None:
         w_type = map.w_cls
         w_descr = w_type.getattribute_if_not_from_object()



More information about the Pypy-commit mailing list