mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
* refactor sequence generic mutable sequence item equal op * sequence generic for pydeque * replace usize::MAX with Optioned * sequence op for array * fix overflow error instead memory error for index overflow * fixup * optimize reserve vec for imul