yannvgn <[email protected]> added the comment:
Hey Matthew,
we decided to go for this, which is simpler and straightforward:
def _uniq(items):
return list(dict.fromkeys(items))
(see https://github.com/python/cpython/pull/15030)
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue37723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com