Issue 1681153: Patch for [ 1603150 ] wave module forgets to close... (original) (raw)

Issue1681153

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:23 admin set github: 44720
2007-03-15 04:05:30 polivares create