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
Currently the iterator returned by the __iter__ method in the python bindings does only hold the read_lock during construction.
This could be modified so the iterator does hold the lock during its entire lifetime, which would prevent other processes from modifying the list during iteration.
The text was updated successfully, but these errors were encountered:
Currently the iterator returned by the
__iter__
method in the python bindings does only hold theread_lock
during construction.This could be modified so the iterator does hold the lock during its entire lifetime, which would prevent other processes from modifying the list during iteration.
The text was updated successfully, but these errors were encountered: