We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f98288 commit 14727e6Copy full SHA for 14727e6
1 file changed
Lib/test/test_weakref.py
@@ -2050,6 +2050,7 @@ def error():
2050
assert f3.atexit == True
2051
assert f4.atexit == True
2052
2053
+ @unittest.skipIf(sys.platform == 'win32', 'TODO: RUSTPYTHON Windows')
2054
def test_atexit(self):
2055
prog = ('from test.test_weakref import FinalizeTestCase;'+
2056
'FinalizeTestCase.run_in_child()')
0 commit comments