I downloaded the only Xcode PyObjC template I could find from: http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/ (the 'Cocoa-Python Core Data Document-based Application/'). When I ran it - without modifying, I get a leak where the "responsible library" is: _objc.so
How can I resolve this? Can I define an auto pool in python to take care of this?