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 048885c commit 3c90dddCopy full SHA for 3c90ddd
graalpython/lib-python/3/test/test_weakref.py
@@ -1790,6 +1790,7 @@ def test_threaded_weak_key_dict_copy(self):
1790
# copying should not result in a crash.
1791
self.check_threaded_weak_dict_copy(weakref.WeakKeyDictionary, False)
1792
1793
+ @support.impl_detail("refcounting", graalvm=False)
1794
def test_threaded_weak_key_dict_deepcopy(self):
1795
# Issue #35615: Weakref keys or values getting GC'ed during dict
1796
0 commit comments