[pypy-svn] r60996 - pypy/trunk/lib-python/modified-2.5.2/test

fijal at codespeak.net fijal at codespeak.net
Thu Jan 15 15:44:17 CET 2009


Author: fijal
Date: Thu Jan 15 15:44:17 2009
New Revision: 60996

Added:
   pypy/trunk/lib-python/modified-2.5.2/test/test_threading.py
      - copied, changed from r60977, pypy/trunk/lib-python/2.5.2/test/test_threading.py
Log:
Mark this as impl_detail


Copied: pypy/trunk/lib-python/modified-2.5.2/test/test_threading.py (from r60977, pypy/trunk/lib-python/2.5.2/test/test_threading.py)
==============================================================================
--- pypy/trunk/lib-python/2.5.2/test/test_threading.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/test_threading.py	Thu Jan 15 15:44:17 2009
@@ -134,6 +134,7 @@
 
     # PyThreadState_SetAsyncExc() is a CPython-only gimmick, not (currently)
     # exposed at the Python level.  This test relies on ctypes to get at it.
+    @test.test_support.impl_detail(msg="relies on ctypes access to CPython C API")
     def test_PyThreadState_SetAsyncExc(self):
         try:
             import ctypes



More information about the Pypy-commit mailing list