This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alex, benjamin.peterson, ezio.melotti, pitrou
Date 2014-04-21.00:05:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398038735.4.0.804604217307.issue21231@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-04-21 00:05:35pitrousetrecipients: + pitrou, benjamin.peterson, ezio.melotti, alex
2014-04-21 00:05:35pitrousetmessageid: <1398038735.4.0.804604217307.issue21231@psf.upfronthosting.co.za>
2014-04-21 00:05:35pitroulinkissue21231 messages
2014-04-21 00:05:34pitroucreate