[issue18919] Unify audio modules tests

Serhiy Storchaka report at bugs.python.org
Mon Oct 14 19:16:52 CEST 2013


Serhiy Storchaka added the comment:

> In 3.x we removed that check.  But I wonder if that was wise :)  (We did it for technical reasons when adding other features to regrtest).

Actually the checks left, but there was no check for warning message. Now they are added.

> Some new (I assume) ResourceWarnings from test_wave:

Thank you Greg for this report. Yes, these warnings are new. The tests only existed for the aifc module (which always closes externally opened file), and when I extended it to other modules I forgot close externally opened files. Hope it now fixed.

----------
stage: patch review -> committed/rejected

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18919>
_______________________________________


More information about the Python-bugs-list mailing list