Skip to content

Commit 41230b4

Browse files
committed
-
1 parent e96a688 commit 41230b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source_py2/python_toolbox/cute_iter_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,6 @@ def are_equal(*sequences):
412412
# `__eq__`.)
413413

414414
return logic_tools.all_equal(sequences)
415-
# blocktodo: test on pypy and hopefully remove these two lines if not needed
416-
# if sequence_types == {CuteCount}: # Hack around Pypy bug 1799, remove
417-
# return logic_tools.all_equal(sequences.start for sequence in sequences)
418415

419416
# If cheap comparison didn't work, trying item-by-item comparison:
420417
zipped = itertools.izip_longest(*sequences,

0 commit comments

Comments
 (0)