tree-sitter/py-tree-sitter

Unittest exits with error code on Windows

开放

#320 创建于 2024年12月15日

 (0 条评论) (0 个反应) (0 位负责人)C (192 个派生)github user discovery
help wanted

仓库指标

星标
 (1,488 个星标)
PR 合并指标
 (平均合并 4天 14小时) (30 天内合并 7 个 PR)

描述

Windows is being weird again.

When running a single test file, the process exits with code 0 as expected. But with multiple files, it exits with -1073740791, despite all of the tests passing.

This did not happen in the past and is likely an issue with the Python build(s).

I've found similar issues online, but no applicable solution.

贡献者指南