Re: [Pyobjc-dev] QTKit.QTMovie .play() question
Brought to you by:
ronaldoussoren
|
From: Luc H. <lu...@ho...> - 2009-02-13 14:16:38
|
On 13 févr. 09, at 14:01, Armando Rivera wrote: > In ObjC, whenever you .alloc something, you're supposed to either > release it or set it to autorelease. Unless you're using GC, of > course. > > Is that the case with PyObjc also? No. PyObjC takes care of this for you, you don't have to retain or release. -- Luc Heinrich - lu...@ho... |