On Thu, Feb 3, 2011 at 11:14 AM, Maciej Fijalkowski <[email protected]> wrote: > Mixture of old and new style classes is not only preventing us from > doing optimizations but also hits a bad case of tradeoffs. However, we > decided we don't care that much. You should use new style classes > anyway :)
Yes, this is perfectly reasonable. You should make PyPy print warnings when it encounters mixed-type classes :) Fredrik _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
