Georg Brandl <ge...@python.org> added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10855> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com