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 2013-07-06.13:36:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373117774.47.0.846306714059.issue18383@psf.upfronthosting.co.za>
In-reply-to
Content
Running the test suite with -Wd, we got the warning:

[247/375] test_warnings
Warning -- warnings.filters was modified by test_warnings



This is how to reproduce:

./python -Wd

import warnings
from test import support

saved = warnings.filters.copy()

c_warnings = support.import_fresh_module('warnings', fresh=['_warnings'])

saved == warnings.filters
# --> False
History
Date User Action Args
2013-07-06 13:36:14floxsetrecipients: + flox
2013-07-06 13:36:14floxsetmessageid: <1373117774.47.0.846306714059.issue18383@psf.upfronthosting.co.za>
2013-07-06 13:36:14floxlinkissue18383 messages
2013-07-06 13:36:14floxcreate