Author: Armin Rigo <[email protected]>
Branch: gc-del
Changeset: r63691:39bf0e2e6e2c
Date: 2013-04-27 13:43 +0200
http://bitbucket.org/pypy/pypy/changeset/39bf0e2e6e2c/

Log:    Add missing operation

diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/rtyper/llinterp.py
@@ -826,6 +826,9 @@
         else:
             self.heap.register_finalizer(llptr, llfn)
 
+    def op_gc_progress_finalizer_queue(self):
+        raise NotImplementedError
+
     def op_gc_heap_stats(self):
         raise NotImplementedError
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to