DevL / Pyby

A library implementing certain Ruby-like behaviours in Python.

Home Page:https://devl.github.io/Pyby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uniq does not handle non-hashable elements

DevL opened this issue · comments

The current implementation relies on a dict internally which in turn requires each element in the enumerable to be hashable.