Skip to content

Navigation Menu

Sign in
Appearance settings

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 14727e6

Browse filesBrowse files
committed
test: mark win32 failure test
1 parent 6f98288 commit 14727e6
Copy full SHA for 14727e6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -2050,6 +2050,7 @@ def error():
20502050
assert f3.atexit == True
20512051
assert f4.atexit == True
20522052

2053+
@unittest.skipIf(sys.platform == 'win32', 'TODO: RUSTPYTHON Windows')
20532054
def test_atexit(self):
20542055
prog = ('from test.test_weakref import FinalizeTestCase;'+
20552056
'FinalizeTestCase.run_in_child()')

0 commit comments

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