[Pythonmac-SIG] PyObjC: debugging error-less crashes?
Daniel Ashbrook
anjiro at cc.gatech.edu
Thu Jul 24 14:07:16 CEST 2008
Ronald Oussoren wrote:
> Decorators like endSheetMethod aren't needed for most other methods
> because either the method signature is simple (all arguments are
> objects, as is the return value), or PyObjC can deduct the correct
> method signature from the super class or protocol definitions.
There was a case where I had to decorate a couple of functions with
@objc.accessor or I got the same kind of no-error crash. Is it the same
cause? Is there a way to know when I need to use that vs not?
Thanks,
dan
More information about the Pythonmac-SIG
mailing list