Re: [Pyobjc-dev] exception handling design pattern
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-10-16 06:42:12
|
On Tuesday, Oct 15, 2002, at 23:53 Europe/Amsterdam, Bill Bumgarner wrote: > Looking at the implementation, it looks like the problem lies in the > behavior of the ObjC->Python part of the bridge in that it leaves the > NSException in a wrapped up state? That's right. I never got around to implement this, adding this code should be relatively straightforward. I'll look into it. BTW. I've been playing with libffi and I'm pretty sure it can be used to remove the need for the register.m file. I already have a function that returns an 'IMP' for in the Objective-C method dispatch table (given a method signature). I can't test this at the moment because libffi refused to build into a shared library... Ronald |