[pypy-svn] r34552 - pypy/dist/pypy/rlib/test

arigo at codespeak.net arigo at codespeak.net
Mon Nov 13 12:34:41 CET 2006


Author: arigo
Date: Mon Nov 13 12:34:38 2006
New Revision: 34552

Modified:
   pypy/dist/pypy/rlib/test/test_rctypesobject.py
Log:
This test passes now that the keepalive is not removed too eagerly.


Modified: pypy/dist/pypy/rlib/test/test_rctypesobject.py
==============================================================================
--- pypy/dist/pypy/rlib/test/test_rctypesobject.py	(original)
+++ pypy/dist/pypy/rlib/test/test_rctypesobject.py	Mon Nov 13 12:34:38 2006
@@ -119,7 +119,6 @@
         assert res == 26
 
     def test_char_p_in_struct(self):
-        #py.test.skip("keepalive problem in malloc removal?")
         S2 = RStruct('S2', [('p', rc_char_p)])
         def func():
             s = S2.allocate()



More information about the Pypy-commit mailing list