tree-sitter/py-tree-sitter
Unittest exits with error code on Windows
Aberta
#320 aberto em 15 de dez. de 2024
help wanted
Métricas do repositório
- Stars
- (1.490 estrelas)
- Métricas de merge de PR
- (Mesclagem média 4d 14h) (7 fundiu PRs em 30d)
Description
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.