Re: [Pyobjc-dev] Bridging NSMutableString, a compromise
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-07 20:30:12
|
Bill, We're making this way to hard for ourselves. This weakref idea is an attempt to try to hide a flaw in Cocoa (that some objects don't incref an object while still storing a reference; it's a poor man's weak ref scheme and it sucks). It will be hard to do right. It is easy to work around in Python code. Let's make it a FAQ and move on. Just |