Re: [Pyobjc-dev] Headache over hacking an XML editor
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-01-14 19:55:30
|
On Tuesday, Jan 14, 2003, at 14:46 US/Eastern, Just van Rossum wrote: >> There are cases where this will not work -- Ronald has already had to >> special case around a number of them. NSData, NSArray, and NSCell (I >> think) are examples. Not because of bugs in Foundation/AppKit, but >> because of the implementation pattern used. > > So how _do_ you instantiate these classes? Very carefully. :-) Have a look at the alloc hack stuff in the source... b.bum |