Commit bd4077a4 authored by YOU's avatar YOU Committed by Dylan Trotter

Add _collections to third_party/pypy (deque) (#118)

parent c8d72d91
class deque(object):
def __init__(self, *_):
raise NotImplementedError
This diff is collapsed.
...@@ -10,7 +10,7 @@ list, set, and tuple. ...@@ -10,7 +10,7 @@ list, set, and tuple.
''' '''
__all__ = ['Counter', 'namedtuple', 'OrderedDict'] # 'deque', 'defaultdict', __all__ = ['Counter', 'namedtuple', 'OrderedDict', 'deque'] # 'deque', 'defaultdict',
# For bootstrapping reasons, the collection ABCs are defined in _abcoll.py. # For bootstrapping reasons, the collection ABCs are defined in _abcoll.py.
# They should however be considered an integral part of collections.py. # They should however be considered an integral part of collections.py.
import _abcoll import _abcoll
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment