PollScheduler: call _terminate_tasks in _schedule
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Mar 2011 05:21:19 +0000 (21:21 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Mar 2011 05:21:19 +0000 (21:21 -0800)
commit33946e6594e16d1c8ff493cf71b8587878ec7b29
tree4a032d02760d7530d97c5d72067f3175253de891
parentc051b01974fbfb1471b3fc60f8152cbec0b3034f
PollScheduler: call _terminate_tasks in _schedule

This prevents it from being called while the _schedule_tasks()
implementation is running, in order to avoid potential interference.
pym/_emerge/PollScheduler.py