[pypy-svn] r42686 - in pypy/branch/dist-rctypes2/pypy: rlib/rctypes rpython/rctypes

arigo at codespeak.net arigo at codespeak.net
Fri May 4 17:04:57 CEST 2007


Author: arigo
Date: Fri May  4 17:04:56 2007
New Revision: 42686

Modified:
   pypy/branch/dist-rctypes2/pypy/rlib/rctypes/implementation.py
   pypy/branch/dist-rctypes2/pypy/rpython/rctypes/implementation.py
Log:
Re-enable the new rctypes, comment out parts of the old one.
Most tests fail now, except the ones in the new rctypes,
which is the point.


Modified: pypy/branch/dist-rctypes2/pypy/rlib/rctypes/implementation.py
==============================================================================
--- pypy/branch/dist-rctypes2/pypy/rlib/rctypes/implementation.py	(original)
+++ pypy/branch/dist-rctypes2/pypy/rlib/rctypes/implementation.py	Fri May  4 17:04:56 2007
@@ -1,5 +1,5 @@
 import py
-py.test.skip("extregistry conflicts with the other rctypes :-(")
+##py.test.skip("extregistry conflicts with the other rctypes :-(")
 from pypy.annotation import model as annmodel
 from pypy.tool.tls import tlsobject
 from pypy.rlib.rctypes import rctypesobject

Modified: pypy/branch/dist-rctypes2/pypy/rpython/rctypes/implementation.py
==============================================================================
--- pypy/branch/dist-rctypes2/pypy/rpython/rctypes/implementation.py	(original)
+++ pypy/branch/dist-rctypes2/pypy/rpython/rctypes/implementation.py	Fri May  4 17:04:56 2007
@@ -120,13 +120,13 @@
 
 
 # Importing for side effect of registering types with extregistry
-from pypy.rpython.rctypes.atype import SomeCTypesType
-import pypy.rpython.rctypes.aprimitive
-import pypy.rpython.rctypes.apointer
-import pypy.rpython.rctypes.aarray
-import pypy.rpython.rctypes.afunc
-import pypy.rpython.rctypes.achar_p
-import pypy.rpython.rctypes.astruct
-import pypy.rpython.rctypes.avoid_p
-import pypy.rpython.rctypes.astringbuf
-import pypy.rpython.rctypes.apyobject
+##from pypy.rpython.rctypes.atype import SomeCTypesType
+##import pypy.rpython.rctypes.aprimitive
+##import pypy.rpython.rctypes.apointer
+##import pypy.rpython.rctypes.aarray
+##import pypy.rpython.rctypes.afunc
+##import pypy.rpython.rctypes.achar_p
+##import pypy.rpython.rctypes.astruct
+##import pypy.rpython.rctypes.avoid_p
+##import pypy.rpython.rctypes.astringbuf
+##import pypy.rpython.rctypes.apyobject


More information about the pypy-svn mailing list