Skip to content

Commit 3c90ddd

Browse files
committed
test_weakref: skip test_threaded_weak_key_dict_deepcopy for now
1 parent 048885c commit 3c90ddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_weakref.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,7 @@ def test_threaded_weak_key_dict_copy(self):
17901790
# copying should not result in a crash.
17911791
self.check_threaded_weak_dict_copy(weakref.WeakKeyDictionary, False)
17921792

1793+
@support.impl_detail("refcounting", graalvm=False)
17931794
def test_threaded_weak_key_dict_deepcopy(self):
17941795
# Issue #35615: Weakref keys or values getting GC'ed during dict
17951796
# copying should not result in a crash.

0 commit comments

Comments
 (0)