[Python-checkins] cpython (3.4): _clear_type_cache is cpython-only
benjamin.peterson
python-checkins at python.org
Mon Feb 2 20:06:38 CET 2015
https://hg.python.org/cpython/rev/70966f32793d
changeset: 94467:70966f32793d
branch: 3.4
parent: 94464:2cd6621a9fbc
user: Benjamin Peterson <benjamin at python.org>
date: Mon Feb 02 14:06:11 2015 -0500
summary:
_clear_type_cache is cpython-only
files:
Lib/test/test_sys.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -539,6 +539,7 @@
test.support.get_attribute(sys, "getwindowsversion")
self.assert_raise_on_new_sys_type(sys.getwindowsversion())
+ @test.test_support.cpython_only
def test_clear_type_cache(self):
sys._clear_type_cache()
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list