You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* implement locked iteration for PyList
* fix limited API and PyPy support
* fix formatting of safety docstrings
* only define fold and rfold on not(feature = "nightly")
* add missing try_fold implementation on nightly
* Use split borrows for locked iteration for PyList
Inline ListIterImpl implementations by using split borrows and
destructuring let Self { .. } = self destructuring inside
BoundListIterator impls.
Signed-off-by: Manos Pitsidianakis <[email protected]>
* use a function to do the split borrow
* add changelog entries
* fix clippy on limited API and PyPy
* use a macro for the split borrow
* add a test that mutates the list during a fold
* enable next_unchecked on PyPy
* fix incorrect docstring for locked_for_each
* simplify borrows by adding BoundListIterator::with_critical_section
* fix build on GIL-enabled and limited API builds
* fix docs build on MSRV
---------
Signed-off-by: Manos Pitsidianakis <[email protected]>
Co-authored-by: Manos Pitsidianakis <[email protected]>
0 commit comments