]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
encode: fix multi-segment uploads: lambdas inside for loops require special attention...
authorBrian Warner <warner@allmydata.com>
Wed, 18 Apr 2007 03:29:08 +0000 (20:29 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 18 Apr 2007 03:29:08 +0000 (20:29 -0700)
commitb84d6ed07f8acf2ab25be2b31c64480ac3be66f6
tree14232553a77c67bca468edee5df2db020443d99e
parenta4d7607a9ec24f7c68504255c754b027b4e7a49b
encode: fix multi-segment uploads: lambdas inside for loops require special attention to make sure you are capturing the *value* of the loop variable and not just the slot it lives in
src/allmydata/encode.py