Roberto Ragusa wrote:
> Never programmed in python, but this could be O(N^2).
> 
>   for pkg in pkgs[1:]:
>       if pkg.repo.cost > lowcost:
>           msg = _('excluding for cost: %s from %s') % (pkg, pkg.repo.id)
>           self.verbose_logger.log(logginglevels.DEBUG_3, msg)
>           pkg.repo.sack.delPackage(pkg)

Replying to myself to say a filed the problem into bugzilla.

#508445

-- 
   Roberto Ragusa    mail at robertoragusa.it

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Reply via email to