Skip to content

Commit

Permalink
Use split borrows for locked iteration for PyList
Browse files Browse the repository at this point in the history
Inline ListIterImpl implementations by using split borrows and
destructuring let Self { .. } = self destructuring inside
BoundListIterator impls.

Signed-off-by: Manos Pitsidianakis <[email protected]>
  • Loading branch information
epilys committed Dec 12, 2024
1 parent 3f95cfe commit 498bf89
Showing 1 changed file with 168 additions and 119 deletions.
Loading

0 comments on commit 498bf89

Please sign in to comment.