Antoine Pitrou added the comment: Your changes in ceval.c introduce a bug (missing braces).
Besides, I'm not sure it's a good idea. What if you're extending a class provided by a third-party library? (just because it's an old-style class doesn't mean it won't work fine under 3.x) ---------- nosy: +benjamin.peterson, pitrou _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21231> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com