On 2017-02-20 19:24, VulK wrote:
> Dear All,
> I just found a bug I can't really reproduce in any simpler way than the
> one I have here. I did not open a ticket yet on this because I would
> like to have a simpler way to explain the issue first. Any idea?

Yes, a bit above from the line where your AttributeError occurs, there
is a for loop "k in x" which itself changes the keys of x. I believe
this is the case, as using copy(x) instead seems to make the error
disappear. ("seems" as it depends on how the elements in the dict are
ordered which is (or can be) machine dependent, i.e. is maybe random.)

Please create a ticket and test the branch u/dkrenn/laurent-copy-for-x

Best

Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to