Re: [Pyobjc-dev] threads + autoreleasepools
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-15 22:38:05
|
Bob Ippolito wrote: > I think you might have to do: objc.recycle_autorelease_pool() ? Hm, that does seem to work. Its doc string scares me, though: """This 'releases' the global autorelease pool and creates a new one. This method is for system use only""" global? system? brrr... Is it ok to use it at all in a different thread? > But I agree with you, I think alloc/init for NSAutoreleasePool should > work as we're all used to. Well, not me, as I'm still pretty much a Cocoa newbie ;-) Thanks, Just |