slot collision handler: Prevent excessive running time
authorSebastian Luther <SebastianLuther@gmx.de>
Mon, 11 Oct 2010 16:28:20 +0000 (18:28 +0200)
committerZac Medico <zmedico@gentoo.org>
Mon, 11 Oct 2010 18:11:55 +0000 (11:11 -0700)
commit7bdfab8c5e3ca4fb7c6c4dd0e97a9f19a087dc4b
tree635ef767e5bf845e088c20844b988830deb90fb8
parentd196314b88833b27ee95aa29ebd3df20d7dc1df5
slot collision handler: Prevent excessive running time

The number of configurations to check grows exponentially in the number
of conflict_pkgs. To prevent excessive running times, only check the
"all-ebuild" configuration, if the number of conflict packages is
too large.
pym/_emerge/resolver/slot_collision.py