We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96a688 commit 41230b4Copy full SHA for 41230b4
source_py2/python_toolbox/cute_iter_tools.py
@@ -412,9 +412,6 @@ def are_equal(*sequences):
412
# `__eq__`.)
413
414
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)
418
419
# If cheap comparison didn't work, trying item-by-item comparison:
420
zipped = itertools.izip_longest(*sequences,
0 commit comments