Comment 2 for bug 188395

Revision history for this message
simpsus (bastian-kennel) wrote :

Great...
now it works again, without changing anything, without even pulling from bzr or anything alike...
anyway, here is the (expected) output:

(Pdb) print creep, id(creep)
<Basic Creep at (370.0, 36.0)> 140778828
(Pdb) print self.creeps, [ id(c) for c in self.creeps ]
[<Basic Creep at (370.0, 36.0)>] [140778828]
(Pdb) print creep in self.creeps
True

Thanks!!