Author: Armin Rigo <[email protected]>
Branch:
Changeset: r85395:3d35185f9c4e
Date: 2016-06-27 11:15 +0200
http://bitbucket.org/pypy/pypy/changeset/3d35185f9c4e/
Log: Silence the warning: old-style non-light finalizers are still ok
diff --git a/rpython/translator/backendopt/finalizer.py
b/rpython/translator/backendopt/finalizer.py
--- a/rpython/translator/backendopt/finalizer.py
+++ b/rpython/translator/backendopt/finalizer.py
@@ -36,8 +36,8 @@
raise FinalizerError(msg)
else:
result = self.analyze_direct_call(graph)
- if result is self.top_result():
- log.red('old-style non-light finalizer: %r' % (graph,))
+ #if result is self.top_result():
+ # log.red('old-style non-light finalizer: %r' % (graph,))
return result
def analyze_simple_operation(self, op, graphinfo):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit