Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r84612:1de1aad3990e
Date: 2016-05-22 17:52 -0700
http://bitbucket.org/pypy/pypy/changeset/1de1aad3990e/

Log:    fix from probably a bad merge: the default branch removed this check

diff --git a/pypy/interpreter/executioncontext.py 
b/pypy/interpreter/executioncontext.py
--- a/pypy/interpreter/executioncontext.py
+++ b/pypy/interpreter/executioncontext.py
@@ -539,8 +539,6 @@
         self.pending_with_disabled_del = None
 
     def perform(self, executioncontext, frame):
-        if self.finalizers_lock_count > 0:
-            return
         self._run_finalizers()
 
     @jit.dont_look_inside
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to