Brandt Bucher <[email protected]> added the comment:
It looks like Victor's original issue is unrelated to zip, though. That test run is clean after adding the same fix to: - itertools.product - itertools.combinations - itertools.combinations_with_replacement - itertools.permutations - itertools.zip_longest ...all of which use the same tuple-recycling speed trick. If my zip PR looks good, I can create another one fixing these as well. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42536> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
