tree-sitter/py-tree-sitter

Unittest exits with error code on Windows

Offen

#320 geöffnet am 15.12.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (192 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (1.489 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T 14h) (7 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide