id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
232,Constructor.set_python_instance_state defect with object without __setstate__ function,felix.antoine.fortin@…,xi,"There is a bug in Constructor.set_python_instance_state, the last for loops of the function tries to set attribute on the object 'object' instead of the object 'instance'.

I stumbled on the bug when trying to load an object who had a __getstate__ function but no __setstate__.

The patch is straightforward, just have to replace object on line 563, by instance.",defect,new,normal,pyyaml,normal,,,
