On Thu, Feb 3, 2011 at 12:23 PM, Fredrik Johansson <[email protected]> wrote: > 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 >
That's not a bad idea actually. Maybe with something like some -X option? _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
