Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1b7dc5

Browse filesBrowse files
committed
skip flaky test_weakref
1 parent b0991e2 commit d1b7dc5
Copy full SHA for d1b7dc5

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎Lib/test/test_weakref.py

Copy file name to clipboardExpand all lines: Lib/test/test_weakref.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,6 +1997,7 @@ def test_threaded_weak_key_dict_deepcopy(self):
19971997
# copying should not result in a crash.
19981998
self.check_threaded_weak_dict_copy(weakref.WeakKeyDictionary, True)
19991999

2000+
@unittest.skip("TODO: RUSTPYTHON; occasionally crash (Exit code -6)")
20002001
def test_threaded_weak_value_dict_copy(self):
20012002
# Issue #35615: Weakref keys or values getting GC'ed during dict
20022003
# copying should not result in a crash.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.