Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
mark poluting tests
  • Loading branch information
youknowone committed Feb 22, 2026
commit a49a7329d2405265d7782caa11e3a0cb608131e5
1 change: 1 addition & 0 deletions Lib/test/test_weakref.py
Original file line number Diff line number Diff line change
Expand Up @@ -1952,6 +1952,7 @@ def test_threaded_weak_valued_pop(self):
x = d.pop(10, 10)
self.assertIsNot(x, None) # we never put None in there!

@unittest.skip("TODO: RUSTPYTHON; race condition between GC and WeakValueDictionary callback")
@threading_helper.requires_working_threading()
def test_threaded_weak_valued_consistency(self):
# Issue #28427: old keys should not remove new values from
Expand Down