[Python-Dev] Extending types in C
[Python-Dev] Extending types in C - help needed
Thomas Heller thomas.heller@ion-tof.comThu, 7 Feb 2002 22:10:18 +0100
- Previous message: [Python-Dev] Extending types in C - help needed
- Next message: [Python-Dev] Extending types in C - help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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
- Previous message: [Python-Dev] Extending types in C - help needed
- Next message: [Python-Dev] Extending types in C - help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]