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

Log:    Change repr

diff --git a/pypy/interpreter/executioncontext.py 
b/pypy/interpreter/executioncontext.py
--- a/pypy/interpreter/executioncontext.py
+++ b/pypy/interpreter/executioncontext.py
@@ -564,7 +564,7 @@
             try:
                 w_obj._finalize_()
             except Exception as e:
-                self._report_error(e, "internal finalizer of ", w_obj)
+                self._report_error(e, "finalizer of ", w_obj)
 
 
 def make_finalizer_queue(W_Root, space):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to