]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Bug fix: deque must be unbounded
authorDavid Stainton <dstainton415@gmail.com>
Wed, 15 Apr 2015 18:13:41 +0000 (18:13 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 17:13:50 +0000 (18:13 +0100)
commit7e64d6021192708c91cc7093f0bcbac3f4e01ae2
tree114fb05babcc1ae591ab1ef48fab8cb9f6d09bdd
parentf9c773e54a8d064770ca2261511a830d01f04d76
Bug fix: deque must be unbounded

If using a bounded deque then:
"""
Once a bounded length deque is full, when new items are added, a corresponding number of items are discarded from the opposite end.
"""

This bug was introduced at commit 87657eb382da05039cce99862691efcc27243193
src/allmydata/frontends/drop_upload.py