Skip to content

Commit 0f5f759

Browse files
authored
Merge branch 'main' into updated-lib-3-14-3
2 parents 6301219 + c0af6eb commit 0f5f759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_weakref.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,7 @@ def pop_and_collect(lst):
20452045
if exc:
20462046
raise exc[0]
20472047

2048+
@unittest.skip("TODO: RUSTPYTHON; occasionally crash (malloc corruption)")
20482049
@threading_helper.requires_working_threading()
20492050
@support.requires_resource('cpu')
20502051
def test_threaded_weak_key_dict_copy(self):

0 commit comments

Comments
 (0)