Commit 3f9eaaac authored by Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 72135 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72135 | benjamin.peterson | 2009-04-29 19:23:11 -0500 (Wed, 29 Apr 2009) | 1 line

  prevent ref cycles by removing bound method on close()
........
parent 902b4aeb
......@@ -690,6 +690,8 @@ class Aifc_write:
self._datalength != self._datawritten or \
self._marklength:
self._patchheader()
# Prevent ref cycles
self._convert = None
self._file.flush()
self._file = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment