Skip to content

Possible Bug with __add__ operation in Python, with multiple worms #87

@cheelee

Description

@cheelee

I was expecting x = y + z where y and z are different but compatible to produce an x which is different from both y and z. Instead the following code produced the following results:

x = y + z results in x == y
x = z + y results in x == z

https://gist.github.com/cheelee/e3cc3b513f605a46bebbd49136b78e78

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions