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

fijal at codespeak.net fijal at codespeak.net
Sat Jan 31 12:06:14 CET 2009


Author: fijal
Date: Sat Jan 31 12:06:13 2009
New Revision: 61479

Modified:
   pypy/trunk/lib-python/modified-2.5.2/test/test_sys.py
Log:
according to a comment in test, _current_frames is clearly an impl_detail


Modified: pypy/trunk/lib-python/modified-2.5.2/test/test_sys.py
==============================================================================
--- pypy/trunk/lib-python/modified-2.5.2/test/test_sys.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/test_sys.py	Sat Jan 31 12:06:13 2009
@@ -238,6 +238,7 @@
         )
 
     # sys._current_frames() is a CPython-only gimmick.
+    @test.test_support.impl_detail("CPython-only gimmick")
     def test_current_frames(self):
         have_threads = True
         try:



More information about the Pypy-commit mailing list