We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d61757 commit 4425e52Copy full SHA for 4425e52
Lib/test/test_weakref.py
@@ -1953,6 +1953,7 @@ def test_threaded_weak_valued_pop(self):
1953
x = d.pop(10, 10)
1954
self.assertIsNot(x, None) # we never put None in there!
1955
1956
+ @unittest.skip("TODO: RUSTPYTHON; race condition between GC and WeakValueDictionary callback")
1957
@threading_helper.requires_working_threading()
1958
def test_threaded_weak_valued_consistency(self):
1959
# Issue #28427: old keys should not remove new values from
0 commit comments