Hi all. Is there a reason why Thrift Python classes are not new style by default? I want to contribute a patch which adds a __slots__ variable to all autogenerated classes, but it would break old style classes.
New style classes were introduced in Python 2.2 and I think Thrift only supports 2.4 and onwards, so I think it wouldn't be much of a hassle to drop support for old style classes. Cheers. PS: sorry if you receive this e-mail twice, I sent another copy hours ago and didn't show up
