Wykres commitów

3 Commity (f97158206936ab91f8c2e3ad5e50ad60b227e4f7)

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