[pypy-svn] r37340 - pypy/dist/pypy/rlib/rctypes

arigo at codespeak.net arigo at codespeak.net
Thu Jan 25 16:50:13 CET 2007


Author: arigo
Date: Thu Jan 25 16:50:11 2007
New Revision: 37340

Modified:
   pypy/dist/pypy/rlib/rctypes/implementation.py
Log:
Skipped for now: extregistry conflicts with the other rctypes :-(


Modified: pypy/dist/pypy/rlib/rctypes/implementation.py
==============================================================================
--- pypy/dist/pypy/rlib/rctypes/implementation.py	(original)
+++ pypy/dist/pypy/rlib/rctypes/implementation.py	Thu Jan 25 16:50:11 2007
@@ -1,4 +1,5 @@
 import py
+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



More information about the Pypy-commit mailing list