Bug #233458 - Fix AsynchronousTask exit listener handling so that an exit
authorZac Medico <zmedico@gentoo.org>
Thu, 31 Jul 2008 10:37:43 +0000 (10:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 31 Jul 2008 10:37:43 +0000 (10:37 -0000)
commit5c673184186ff4061692fbbbfd852a2694df5cc4
treef7746fe676dd4178b68ab9509d22f551507e399d
parent539e569186880f1aba976af9f7fe02b2810f52b4
Bug #233458 - Fix AsynchronousTask exit listener handling so that an exit
listener will never get called after it's been passed into
removeExitListener(), since the caller of removeExitListener() needs to
be able to be able to trust that the given exit listener will not be
called under any circumstances.

svn path=/main/trunk/; revision=11297
pym/_emerge/__init__.py