Update Scheduler to protect against infinite loop
authorDavid James <davidjames@google.com>
Thu, 17 Mar 2011 04:54:37 +0000 (21:54 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 18 Mar 2011 19:49:12 +0000 (12:49 -0700)
commit2b4d81caa05f5cb5aaf231ca25573c5547583c38
treee341984bbe2605b6dacffc3fe729451cf79a3acd
parent379b1e85b516ca17f0f220ec8ac9b9997a2b8c22
Update Scheduler to protect against infinite loop

If we have running tasks, but we're not listening to these tasks,
we're going to loop forever. So throw an exception in this case.
pym/_emerge/Scheduler.py