mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
* Algorithm used for parsing the key from "%(key)d" format did not handle multiple parenthesis correctly. * Second problem is that they way we calculated number of consumed chars was based on str::find, making the code vulnerable to false-positives.