On 11/13/2015 03:48 AM, Alexander Berntsen wrote:
> On 12/11/15 01:11, Zac Medico wrote:
>> Use the TaskScheduler class to parallelize GenChangeLogs. Fix 
>> AsyncFunction so it does not re-define 'args' in __slots__.
> Why is this not two patches? Otherwise it looks OK, I suppose.

Yeah, I was being lazy. The AsyncFunction 'args' fix only became
necessary when some code started using it (due to an assertion in the
SlotObject constructor that detects re-definition of __slots__ values).
I'll try to be less lazy in the future (I already pushed the combined
patch yesterday).
-- 
Thanks,
Zac

Reply via email to