tree-sitter/py-tree-sitter

Unittest exits with error code on Windows

Aperta

#320 aperta il 15 dic 2024

 (0 commenti) (0 reazioni) (0 assegnatari)C (192 fork)github user discovery
help wanted

Metriche repository

Star
 (1487 stelle)
Metriche merge PR
 (Merge medio 4g 14h) (7 PR mergiate in 30 g)

Descrizione

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.

Guida contributor