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 flox
Recipients flox
Date 2010-01-24.18:42:25
SpamBayes Score 4.1842177e-06
Marked as misclassified No
Message-id <1264358547.08.0.209937802024.issue7772@psf.upfronthosting.co.za>
In-reply-to
Content
"test_py3kwarn" fails when running the whole test suite

This is a known behaviour, because of extension modules loaded by previous tests (which cannot be "reloaded").

However, the warnings module store all the warnings when they appear in a dictionary attribute attached to the module which does the "import".

We may read this dictionary attribute for the purpose of this test.
History
Date User Action Args
2010-01-24 18:42:27floxsetrecipients: + flox
2010-01-24 18:42:27floxsetmessageid: <1264358547.08.0.209937802024.issue7772@psf.upfronthosting.co.za>
2010-01-24 18:42:25floxlinkissue7772 messages
2010-01-24 18:42:25floxcreate