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 and is pure python, though it may call
Cocoa methods.
Thank you
Saptarshi
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig