Author: Armin Rigo <[email protected]>
Branch:
Changeset: r57246:2050ccf55674
Date: 2012-09-08 11:51 +0200
http://bitbucket.org/pypy/pypy/changeset/2050ccf55674/
Log: merge heads
diff --git a/pypy/translator/c/test/test_newgc.py
b/pypy/translator/c/test/test_newgc.py
--- a/pypy/translator/c/test/test_newgc.py
+++ b/pypy/translator/c/test/test_newgc.py
@@ -1491,7 +1491,7 @@
def __del__(self):
ropenssl.EVP_MD_CTX_cleanup(self.ctx)
lltype.free(self.ctx, flavor='raw')
- A()
+ #A() --- can't call it here?? get glibc crashes on tannit64
def f():
am1 = am2 = am3 = None
for i in range(100000):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit