Hello,
Suppose I have a PyObjc subclass of NSObject with method 'foo'. I
create NSOperation op1,op2 which call the method foo
and add it to a NSOperation Queue (roughly speaking).
Q: Will these methods run simultaneously? Does the python GIL affect
anything?
foo() doesn't call c methods
I hear ya'. That's the part I found very frustrating. Thanks for the
suggestion.
On Fri, 14 Nov 2008 11:20:38 -0600, "Nehemiah Dacres" wrote:
http://pyobjc.sourceforge.net/ [1]
thats as definitive as it gets unfortunately. God forbid Apple
should get involved. then there might be Gasp, a book
http://pyobjc.sourceforge.net/
thats as definitive as it gets unfortunately. God forbid Apple should get
involved. then there might be Gasp, a book on APPLE's site. in the mean time
there is a list of supported frameworks and an explanation of garbage
collection. I gave up for the same reason I g