ForkProcess: increase scope of try/finally/_exit
authorZac Medico <zmedico@gentoo.org>
Mon, 8 Oct 2012 13:48:55 +0000 (06:48 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 8 Oct 2012 13:48:55 +0000 (06:48 -0700)
commit70f580e22e82dc26831cd759c56501c72a8db00f
treeb4e859282015676e1c79c2dd54ee778c0b7aa966
parent00d168d306635ab407dec3db50dd36e99bb44375
ForkProcess: increase scope of try/finally/_exit

This minimizes the probability of triggering irrelevant finally blocks
from earlier in the call stack (bug #345289).
pym/portage/util/_async/ForkProcess.py