﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24095	WarningLoggerTests leaks a logging filters	Tim Graham	Tim Graham	"It seems that because the `warnings.filterwarnings('always')` in the `setUp()` method isn't in a `warnings.catch_warnings()` block, that filter isn't cleaned up.

Running:
{{{
python -Wall runtests.py logging_tests.tests.WarningLoggerTests template_tests.syntax_tests.test_numpy
}}}
results in numpy deprecation warnings even though they are explicitly silenced in the numpy tests."	Bug	closed	Core (Other)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
