[Pyobjc-dev] Unstable code in CVS
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-16 12:34:05
|
I've just checked in a major update to the implementation of subclasses. This means the CVS HEAD will be less stable for a while. We now store all state for instances in the Objective-C instance, previously some state was stored in a Python object. This simplifies the code of the bridge (especially conceptually). There is one known bug with this code: __del__ doesn't work as expected. Use __pyobjcdel__ if you want to play with this version of the bridge. Ronald |