Mark stack overflow on Windows

This commit is contained in:
Padraic Fanning
2021-05-01 13:17:31 -04:00
parent 17422f0bc6
commit 28df36d33f

View File

@@ -220,6 +220,9 @@ class MiscTest(unittest.TestCase):
for func in (do, operator.not_):
self.assertRaises(Exc, func, Bad())
# TODO: RUSTPYTHON
import sys
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, thread 'main' has overflowed its stack")
@support.no_tracing
def test_recursion(self):
# Check that comparison for recursive objects fails gracefully