Closed rmadsen-ks closed 2 years ago
On some implementations _membermap is an OrderedDict and not a Dict. To fix this we manually call the values() method instead of casting to PyDict.
Close #43
On some implementations _membermap is an OrderedDict and not a Dict. To fix this we manually call the values() method instead of casting to PyDict.
Close #43