Author: p_ziesch...@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: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit