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.

Author georg.brandl
Recipients georg.brandl, ned.deily, pjcreath
Date 2011-01-12.19:24:46
SpamBayes Score 3.3179505e-05
Marked as misclassified No
Message-id <1294860291.07.0.100839065214.issue10855@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really see the bug here.  Either you openened the file object, then you have to close it.  Or wave.py opened it, then it will close it, no matter if it still has a reference or not.

Of course we could set _data_chunk to None, but I'm unsure what behavior change you would expect from that.
History
Date User Action Args
2011-01-12 19:24:51georg.brandlsetrecipients: + georg.brandl, ned.deily, pjcreath
2011-01-12 19:24:51georg.brandlsetmessageid: <1294860291.07.0.100839065214.issue10855@psf.upfronthosting.co.za>
2011-01-12 19:24:46georg.brandllinkissue10855 messages
2011-01-12 19:24:46georg.brandlcreate