[pypy-commit] pypy default: Bah :-/ should we find a more general solution?

arigo noreply at buildbot.pypy.org
Mon Apr 15 18:28:15 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r63378:62c1ded9724a
Date: 2013-04-15 18:27 +0200
http://bitbucket.org/pypy/pypy/changeset/62c1ded9724a/

Log:	Bah :-/ should we find a more general solution?

diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsupport/test/test_gc_integration.py
--- a/rpython/jit/backend/llsupport/test/test_gc_integration.py
+++ b/rpython/jit/backend/llsupport/test/test_gc_integration.py
@@ -537,6 +537,9 @@
         self.S = S
         self.cpu = cpu
 
+    def teardown_method(self, meth):
+        rffi.aroundstate._cleanup_()
+
     def test_shadowstack_call(self):
         cpu = self.cpu
         cpu.gc_ll_descr.init_nursery(100)


More information about the pypy-commit mailing list