ERP5Workflow: PERF: improve ERP5PersistentMapping by using try/except
So that it will avoid checking a condition ('if self._object_dict is None') which is very often false.
Showing
Please register or sign in to comment
So that it will avoid checking a condition ('if self._object_dict is None') which is very often false.