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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2014-07-22.11:52:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406029927.16.0.366245007488.issue22032@psf.upfronthosting.co.za>
In-reply-to
Content
It broke Python tests (test_traceback and test_unittest), and the patch contains fixes for this. Yes, it can break user test if they test nested subclasses of classes touched by this patch. This is not very likely, but on other hand I don't see what can happen wrong when we will not fix it in 3.4.
History
Date User Action Args
2014-07-22 11:52:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2014-07-22 11:52:07serhiy.storchakasetmessageid: <1406029927.16.0.366245007488.issue22032@psf.upfronthosting.co.za>
2014-07-22 11:52:07serhiy.storchakalinkissue22032 messages
2014-07-22 11:52:07serhiy.storchakacreate