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,490 顆星)
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.

貢獻者指南