Mark stack overflow on Windows

This commit is contained in:
Padraic Fanning
2021-05-02 11:40:50 -04:00
parent 3b8b59977a
commit a5fdf247fc

View File

@@ -736,6 +736,7 @@ class RunPathTestCase(unittest.TestCase, CodeExecutionMixin):
msg = "can't find '__main__' module in %r" % zip_name
self._check_import_error(zip_name, msg)
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, thread 'main' has overflowed its stack")
@no_tracing
def test_main_recursion_error(self):
with temp_dir() as script_dir, temp_dir() as dummy_dir: