Message192441
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 |
|
Date |
User |
Action |
Args |
2013-07-06 13:36:14 | flox | set | recipients:
+ flox |
2013-07-06 13:36:14 | flox | set | messageid: <1373117774.47.0.846306714059.issue18383@psf.upfronthosting.co.za> |
2013-07-06 13:36:14 | flox | link | issue18383 messages |
2013-07-06 13:36:14 | flox | create | |
|