Wykres commitów

3 Commity (d76ecc4fb7c2bf6cef93bcf170ef90b425cb70f9)

Autor SHA1 Wiadomość Data
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
Paul Sokolovsky 08e62ebfc0 collections.defaultdict: Fix test. 2014-05-23 01:16:30 +03:00
Paul Sokolovsky ac2ae5831e collections.defaultdict: Add implementation.
In a namespace package.
2014-04-14 21:20:31 +03:00