-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
attrs are now views, not copies #6996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I thought #6857 would have fixed it but apparently not. |
Yes sorry I also tested on |
This happens with previous versions too (e.g., 0.21.0). Is there an older version where it returned copies? |
Yes, tests started to fail on salem which I haven't maintained in quite a long time. |
Sorry false alarm the bug that caused salem tests to fail is indeed solved by #6857 Sorry for the noise. |
What is your issue?
I'm not sure yet if this is a feature or a bug - I would tend to the latter. Apologies if this has been discussed before.
Objects originating from operations such as
y = x > 2
are now sharing the sameattrs
, which leads to things like:I think this is rather a non-intuitive behavior but I'm happy to discuss!
The text was updated successfully, but these errors were encountered: