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>
Thu, 17 Mar 2011 04:54:37 +0000 (21:54 -0700)
commit5283edc81874fdf5ddf157c3f85032b63955ac86
treeb2a42fb66593d30eabb9112feb1d59e9cbc7a7c5
parentf7b5b5f0da301d8f5c5585c21db238e28546c70f
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