Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r52802:7326ccf9874d
Date: 2012-02-23 14:00 +0100
http://bitbucket.org/pypy/pypy/changeset/7326ccf9874d/
Log: Ignore calls to collect() for now
diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py
--- a/pypy/rpython/memory/gc/stmgc.py
+++ b/pypy/rpython/memory/gc/stmgc.py
@@ -250,7 +250,8 @@
def collect(self, gen=0):
- raise NotImplementedError
+ #raise NotImplementedError
+ debug_print("XXX collect() ignored")
def start_transaction(self):
self.collector.start_transaction()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit