[pypy-svn] pypy default: Consider this as an implementation detail too.

arigo commits-noreply at bitbucket.org
Thu Jan 20 17:37:47 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41049:6e5df17926a4
Date: 2011-01-20 17:37 +0100
http://bitbucket.org/pypy/pypy/changeset/6e5df17926a4/

Log:	Consider this as an implementation detail too.

diff --git a/lib-python/modified-2.7.0/test/test_sys.py b/lib-python/modified-2.7.0/test/test_sys.py
--- a/lib-python/modified-2.7.0/test/test_sys.py
+++ b/lib-python/modified-2.7.0/test/test_sys.py
@@ -433,6 +433,7 @@
             self.assertEqual(type(getattr(sys.flags, attr)), int, attr)
         self.assertTrue(repr(sys.flags))
 
+    @test.test_support.impl_detail("sys._clear_type_cache")
     def test_clear_type_cache(self):
         sys._clear_type_cache()
 


More information about the Pypy-commit mailing list