diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-02 19:06:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-02 19:06:29 (GMT) |
commit | 5e69419ee4235f42a32b26dc3342ca8ab76bfb95 (patch) | |
tree | 116c9e3dbef213dd9bf7bc2786ca5773226649aa /Lib/test/test_sys.py | |
parent | 29ae7633e0e41d65e188c522248dcb620b055efc (diff) | |
parent | 3356a2e2f03f52c4e53b9a950143872338e72334 (diff) | |
download | cpython-5e69419ee4235f42a32b26dc3342ca8ab76bfb95.zip cpython-5e69419ee4235f42a32b26dc3342ca8ab76bfb95.tar.gz cpython-5e69419ee4235f42a32b26dc3342ca8ab76bfb95.tar.bz2 |
merge 3.4
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r-- | 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 index edb9c10..5c2f347 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -539,6 +539,7 @@ class SysModuleTest(unittest.TestCase): 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() |