-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
self-referential Dict-key crashes Julia #7217
Comments
I'm not sure this is a real issue. Simply mutating values used as dict keys already causes problems. As for reference cycles, I suspect it is not worth the trouble and overhead to require all == and hash methods to handle them. |
Does Julia actually crash? On Wednesday, June 11, 2014, Jeff Bezanson [email protected] wrote:
|
You can close this, I don't need a fix, just something I stumbled upon. How would something similar show up with And no, no crash, just a stack overflow. (I just copied the title from #3847...) |
|
Note, this works with
ObjectIdDict
. The stack overflow still happens after the fix #3066. This issue is somewhat related to #3847.The text was updated successfully, but these errors were encountered: