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 michael.foord
Recipients brett.cannon, eric.araujo, michael.foord, rhettinger
Date 2010-09-27.22:23:07
SpamBayes Score 9.2902957e-07
Marked as misclassified No
Message-id <1285626188.56.0.479635758355.issue9082@psf.upfronthosting.co.za>
In-reply-to
Content
Most of those failures look like they have a similar cause (not all of them though) related to running doctests. When issue 6292 was closed all tests passed with -OO, so this is a regression. I'm raising a separate issue for that. 

Looking at the code actually in warnings.filterwarnings (currently at any rate) I wonder what tests possibly could fail due to the asserts not being run? Maybe I hallucinated the problem... (Or more likely it was actually another issue.)
History
Date User Action Args
2010-09-27 22:23:08michael.foordsetrecipients: + michael.foord, brett.cannon, rhettinger, eric.araujo
2010-09-27 22:23:08michael.foordsetmessageid: <1285626188.56.0.479635758355.issue9082@psf.upfronthosting.co.za>
2010-09-27 22:23:07michael.foordlinkissue9082 messages
2010-09-27 22:23:07michael.foordcreate