]> arthur.barton.de Git - bup.git/commit
Another suspicious fix for CatPipe parallelism.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 14 Feb 2010 08:35:45 +0000 (03:35 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 14 Feb 2010 08:35:45 +0000 (03:35 -0500)
commitfe5ecf61a144e620ac436ab70884cc0d469e7317
treeea320c388e9d79e55fa47f96c584bae0690918aa
parent459c44f95f7a2ca5d71fc024b94171be13123269
Another suspicious fix for CatPipe parallelism.

This really shouldn't be necessary: it's clear to me that the 'it' object
should be going out of scope right away, and thus getting cleaned up by the
garbage collector.

But on one of my Linux PCs (with python 2.4.4) it fails the unit tests
unless I add this patch.  Oh well, let's do it then.
git.py