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.

classification
Title: Patch for [ 1603150 ] wave module forgets to close...
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, polivares
Priority: normal Keywords: patch

Created on 2007-03-15 04:05 by polivares, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
wave-patch.diff polivares, 2007-03-15 04:05 Patch for [ 1603150 ] wave module forgets to close...
Messages (2)
msg52234 - (view) Author: Patricio Olivares (polivares) Date: 2007-03-15 04:05
Pretty straightforward patch for bug """[ 1603150 ] wave module forgets to close file on exception"""

If the file is opened by wave.open and an error ocurrs in there, then close the file and re-raise the exception.
msg52235 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-15 07:43
Thanks for the patch, committed as rev. 54394, 54396 (2.5).
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44720
2007-03-15 04:05:30polivarescreate