This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yannvgn
Recipients ezio.melotti, mrabarnett, serhiy.storchaka, yannvgn
Date 2019-07-31.18:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564598708.36.0.51346908536.issue37723@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2019-07-31 18:45:08yannvgnsetrecipients: + yannvgn, ezio.melotti, mrabarnett, serhiy.storchaka
2019-07-31 18:45:08yannvgnsetmessageid: <1564598708.36.0.51346908536.issue37723@roundup.psfhosted.org>
2019-07-31 18:45:08yannvgnlinkissue37723 messages
2019-07-31 18:45:08yannvgncreate