mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
get_pos only uses the length of the sequence, so to make it possible to use it for more types, change it to accept the length as a parameter.