Re: [Pyobjc-dev] Garbage collection in Python/Pyobjc
Brought to you by:
ronaldoussoren
From: Nicholas C. <nic...@gm...> - 2012-04-16 16:44:44
|
On Mon, Apr 16, 2012 at 2:10 PM, <ron...@me...> wrote: > The autorelease pool does not have to be named pool. > > Cocoa has an internal protocol for finding the current autorelease pool, the > page below contains an explanation on how this could be implemented: > > > http://www.mikeash.com/pyblog/friday-qa-2011-09-02-lets-build-nsautoreleasepool.html > > That's not the real implementation though, the real implementation is closed > source and probably contains a number of tricks improve the speed. > Thanks for a really useful link. N. |