Re: [Pyobjc-dev] threads + autoreleasepools
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-15 22:53:12
|
bb...@ma... wrote: > A bug. Sort of. > > I added a category to NSAutoreleasePool to workaround the problem. > See the test_nsautoreleasepool.py for details. > > NSAutoreleasePool.pyobjcPushPool() > .... > NSAutoreleasePool.pyobjcPopPool() Hm, this crashes when I use it from a different thread (shortly after calling pyobjcPopPool()). I wonder whether this has anything to do with autoGIL :-/ Just |