From 50e469109eed3a752d9a1b0297f16466ad92f8d2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 5 Jun 2010 18:26:26 +0200 Subject: Initial pool design added, allowing for lazy channel based evaluation of inter-dependent tasks --- lib/git/odb/channel.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/git/odb/channel.py') diff --git a/lib/git/odb/channel.py b/lib/git/odb/channel.py index 32eef6e1..c9cbfb87 100644 --- a/lib/git/odb/channel.py +++ b/lib/git/odb/channel.py @@ -17,6 +17,7 @@ class Channel(object): Create a new channel """ __slots__ = tuple() + def __new__(cls, *args): if cls is Channel: max_items = 0 -- cgit v1.2.1