Message1154

Author kzuberi
Recipients
Date 2006-08-23.03:24:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=18288


newType() in PyType sets up __dict__ descriptors with null
setters. Changing the setter to use a setDict method, and
adding setDict to the various *Derived's (I guess via the
code generation defined in src/templates) might make this
work. Guess i'll give a try, though if someone has a better
idea of how this should work i'd be happy to hear it.

- kz
History
Date User Action Args
2008-02-20 17:17:30adminlinkissue1506749 messages
2008-02-20 17:17:30admincreate