File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2025,6 +2025,7 @@ def pop_and_collect(lst):
20252025 raise exc [0 ]
20262026
20272027 @threading_helper .requires_working_threading ()
2028+ @support .requires_resource ('cpu' )
20282029 def test_threaded_weak_key_dict_copy (self ):
20292030 # Issue #35615: Weakref keys or values getting GC'ed during dict
20302031 # copying should not result in a crash.
@@ -2038,6 +2039,7 @@ def test_threaded_weak_key_dict_deepcopy(self):
20382039 self .check_threaded_weak_dict_copy (weakref .WeakKeyDictionary , True )
20392040
20402041 @threading_helper .requires_working_threading ()
2042+ @support .requires_resource ('cpu' )
20412043 def test_threaded_weak_value_dict_copy (self ):
20422044 # Issue #35615: Weakref keys or values getting GC'ed during dict
20432045 # copying should not result in a crash.
You can’t perform that action at this time.
0 commit comments