[BUG-Python] Enum not hashable
Closed this issue · 1 comments
Freymaurer commented
Enum not hashable
enum types, specifically array/list are not hashable and cannot be used in combination with GroupBy or Maps. Maybe reflect .NET usage by using hashSeq function internally.
HLWeil commented
Is this issue still up to date? ISA core tests in python branch are all succeeding besides one caused by fable-compiler/Fable#3717