micropython-lib/collections.defaultdict/collections
Paul Sokolovsky 69b65efd7e collections.defaultdict: Implement __contains__.
Otherwise, "in" operation uses list protocol (enumeration using
__getitem__, which adds a key/value pair to teh underlying dict)
and ends with memory overflow.
2017-01-26 01:26:40 +03:00
..
defaultdict.py collections.defaultdict: Implement __contains__. 2017-01-26 01:26:40 +03:00