
Feb. 7, 2002
9:10 p.m.
[Guido]
A better solution is to store additional information in the __dict__.
[Thomas]
You loose nice features: access these (new) slots from Python by providing tp_members entries for them (for example).
This thread is IMO closed, just for completenes I want to mention that the same effect can be accomplished easily with tp_getset. Thomas