Re: [Pyobjc-dev] Controller Layer
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-12-29 10:37:15
|
On 25 dec 2003, at 0:54, Ronald Oussoren wrote: > >> >>> This is fixable by using libffi more agressively, although this may >>> have other negative effects. E.g., we should use libffi to find the >>> exact Python function to the method stub, instead of looking up the >>> Python method in the class when it is called. >> > > If this is implemented correctly the user of PyObjC won't notice a > thing (other than KVO not crashing anymore). I've done a quick test > and this actually works, I'm going to work on the correct > implementation of this. I've implemented this, but have not yet checked it in because I do not yet have a unittest that will crash the current version of PyObjC. I'd like to have a unittest that triggers this behaviour without using a GUI or NIB files. As a side-effect of this change I also fixed some bugs in code that I don't think will ever be used (anyone writing subclasses of NSData in python?). Ronald |