mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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 @@ def test_sys_getwindowsversion_no_instantiation(self):
|
|||
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