Author: Armin Rigo <[email protected]>
Branch: use-gc-del-3
Changeset: r84223:cb9315a55345
Date: 2016-05-05 17:57 +0200
http://bitbucket.org/pypy/pypy/changeset/cb9315a55345/

Log:    oops

diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py
--- a/pypy/module/_file/interp_file.py
+++ b/pypy/module/_file/interp_file.py
@@ -43,6 +43,7 @@
 
     def __init__(self, space):
         self.space = space
+        self.register_finalizer(space)
 
     def _finalize_(self):
         # assume that the file and stream objects are only visible in the
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to