[pypy-commit] pypy ep2016sprint: cleanup of old comment

p_zi...@yahoo.de pypy.commits at gmail.com
Sat Jul 23 12:05:46 EDT 2016


Author: p_zieschang at yahoo.de
Branch: ep2016sprint
Changeset: r85829:e259fa8f43d1
Date: 2016-07-23 16:39 +0200
http://bitbucket.org/pypy/pypy/changeset/e259fa8f43d1/

Log:	cleanup of old comment

diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/objspace/descroperation.py
+++ b/pypy/objspace/descroperation.py
@@ -439,7 +439,6 @@
             return space.hash(w_result)
         elif space.isinstance_w(w_result, space.w_int):
             # be careful about subclasses of 'int'...
-            # return space.wrap(space.int_w(w_result))
             int_result = space.int_w(w_result)
             # bug 2346 (return -2 for a hashvalue of -1)
             if int_result == -1:


More information about the pypy-commit mailing list