[issue2407] warnings.filterwarnings() not isolated between tests

2008-03-19 Thread Brett Cannon

Brett Cannon [EMAIL PROTECTED] added the comment:

Fixed in revision 61651.

--
nosy: +brett.cannon
resolution:  - accepted
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2407
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2407] warnings.filterwarnings() not isolated between tests

2008-03-18 Thread Jerry Seutter

New submission from Jerry Seutter [EMAIL PROTECTED]:

Some tests were not cleaning up warning filters.  Fixed the problem by
making regrtest.py restore default filters before each module is executed.

This exposed other errors which are also fixed in the patch.

The patch only affects test files.

--
components: Tests
files: warnings_fix.patch
keywords: patch, patch
messages: 63984
nosy: jseutter
priority: low
severity: normal
status: open
title: warnings.filterwarnings() not isolated between tests
versions: Python 2.6
Added file: http://bugs.python.org/file9739/warnings_fix.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2407
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com