Wykres commitów

3 Commity (2ff5940d92c75ea5d8c9898c64c73722c38970f6)

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