From 6e23a5129375ae19abadc0de49f920899b6e765c Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 19 Apr 2023 20:37:32 -0700 Subject: OSX C refact: reconstruct _psutil_osx.c to preserve history Signed-off-by: Giampaolo Rodola --- psutil/_psosx.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'psutil/_psosx.py') diff --git a/psutil/_psosx.py b/psutil/_psosx.py index 58359bc9..893bdba1 100644 --- a/psutil/_psosx.py +++ b/psutil/_psosx.py @@ -351,8 +351,6 @@ def wrap_exceptions(fun): raise NoSuchProcess(self.pid, self._name) except PermissionError: raise AccessDenied(self.pid, self._name) - except cext.ZombieProcessError: - raise ZombieProcess(self.pid, self._name, self._ppid) return wrapper -- cgit v1.2.1