Do not modify a container while iterating on it
objectValues does not always return a list. When it is called without any parameter, a LazyMap object is returned and objects must not be deleted while iterating on it: otherwise, objectValues may not return all objects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29140 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment