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 michael.foord
Date 2010-06-25.21:00:09
SpamBayes Score 0.0008602708
Marked as misclassified No
Message-id <1277499612.9.0.672509574553.issue9082@psf.upfronthosting.co.za>
In-reply-to
Content
warnings.filterwarnings is mostly a bunch of asserts, so it doesn't work when Python is run with -O or -OO. This also means that a bunch of tests fail when run with -O or -OO.

Two options are skip the tests or fix filterwarnings.
History
Date User Action Args
2010-06-25 21:00:12michael.foordsetrecipients: + michael.foord
2010-06-25 21:00:12michael.foordsetmessageid: <1277499612.9.0.672509574553.issue9082@psf.upfronthosting.co.za>
2010-06-25 21:00:10michael.foordlinkissue9082 messages
2010-06-25 21:00:09michael.foordcreate