mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-26 13:24:42 +00:00
![]() There is a `debug_assert!` during source location which verifies that there is no backtracking during the location scanning process. Type params were being folded after everything else, which required a backtrack. This caused any code with function or class type parameters to break when run in debug mode. |
||
---|---|---|
.. | ||
src | ||
asdl.py | ||
asdl_rs.py | ||
Cargo.toml | ||
Python.asdl |