mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
_clear_type_cache is cpython-only
This commit is contained in:
parent
5d44c08f1c
commit
3356a2e2f0
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue