Skip to content
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

Fix hash code computation of cyclical objects #980

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bioball
Copy link
Contributor

@bioball bioball commented Feb 24, 2025

This fixes an issue where a cyclical object will stack overflow when computing its hash code.

Closes #979

This fixes an issue where a cyclical object will stack overflow
when computing its hash code.
@bioball bioball force-pushed the compute-cyclical-hash-codes branch from f70e252 to a26a38a Compare February 24, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StackOverflow error when computing hash code of circular objects
1 participant