We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a3ce2 commit c7991ccCopy full SHA for c7991cc
Lib/test/test_weakref.py
@@ -2025,6 +2025,7 @@ def pop_and_collect(lst):
2025
raise exc[0]
2026
2027
@threading_helper.requires_working_threading()
2028
+ @support.requires_resource('cpu')
2029
def test_threaded_weak_key_dict_copy(self):
2030
# Issue #35615: Weakref keys or values getting GC'ed during dict
2031
# copying should not result in a crash.
@@ -2038,6 +2039,7 @@ def test_threaded_weak_key_dict_deepcopy(self):
2038
2039
self.check_threaded_weak_dict_copy(weakref.WeakKeyDictionary, True)
2040
2041
2042
2043
def test_threaded_weak_value_dict_copy(self):
2044
2045
0 commit comments