Is a "real" C-Python possible?
Christian Heimes
lists at cheimes.de
Thu Dec 13 19:42:00 EST 2007
More information about the Python-list mailing list
Thu Dec 13 19:42:00 EST 2007
- Previous message (by thread): Is a "real" C-Python possible?
- Next message (by thread): Is a "real" C-Python possible?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven D'Aprano wrote: > I'm not quite sure I understand that criticism. How is that different > from things which are not properties? > > foo.baz = 2 # oops, I meant bar > > will succeed regardless of whether foo.bar is an attribute or a property. Unless it's a new style class with __slots__ Christian
- Previous message (by thread): Is a "real" C-Python possible?
- Next message (by thread): Is a "real" C-Python possible?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list