#3019 HIGH Trial-3: PATCH: Optimize get_activities by making it async
Zarro Boogs per Child
bugtracker at laptop.org
Fri Aug 24 19:10:27 EDT 2007
#3019: PATCH: Optimize get_activities by making it async
---------------------+------------------------------------------------------
Reporter: J5 | Owner: tomeu
Type: defect | Status: new
Priority: high | Milestone: Trial-3
Component: sugar | Version:
Resolution: | Keywords: optimization review?
Verified: 0 |
---------------------+------------------------------------------------------
Changes (by marco):
* keywords: optimization => optimization review?
* owner: dcbw => tomeu
Comment:
{{{
+ result = []
+ i = 0
+ for info_dict in info_list:
+ result.append(_activity_info_from_dict(info_dict))
}}}
Any reason to not use _convert_info_list here?
I guess logging errors is fine, or at least I can't think of a more useful
form a feedback here.
Leaving the review+ up to Tomeu since it's his code.
--
Ticket URL: <https://dev.laptop.org/ticket/3019#comment:1>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list