tree-sitter/py-tree-sitter

Unittest exits with error code on Windows

オープン

#320 opened on 2024/12/15

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C (192 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,487 個のスター)
PR merge metrics
 (平均マージ 4d 14h) (30d で 7 merged PRs)

説明

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.

コントリビューターガイド