Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] egencache: parallelize --update-changelogs (bug 565540)
Date: Fri, 13 Nov 2015 17:11:21
Message-Id: 564619B3.4090201@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] egencache: parallelize --update-changelogs (bug 565540) by Alexander Berntsen
1 On 11/13/2015 03:48 AM, Alexander Berntsen wrote:
2 > On 12/11/15 01:11, Zac Medico wrote:
3 >> Use the TaskScheduler class to parallelize GenChangeLogs. Fix
4 >> AsyncFunction so it does not re-define 'args' in __slots__.
5 > Why is this not two patches? Otherwise it looks OK, I suppose.
6
7 Yeah, I was being lazy. The AsyncFunction 'args' fix only became
8 necessary when some code started using it (due to an assertion in the
9 SlotObject constructor that detects re-definition of __slots__ values).
10 I'll try to be less lazy in the future (I already pushed the combined
11 patch yesterday).
12 --
13 Thanks,
14 Zac