ruff
a7ce8621
- Update RustPython to fix `Dict.keys` type (#2086)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Update RustPython to fix `Dict.keys` type (#2086) This PR upgrades RustPython to fix the type of `Dict.keys` to `Vec<Option<Expr>>` (see https://github.com/RustPython/RustPython/pull/4449 for why this change was needed) and unblock #1884.
References
#2086 - Update RustPython to fix `Dict.keys` type
Author
harupy
Parents
36fb8f7a
Loading