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

Don't check interfaces for class initialization cycles #4324

Merged
merged 0 commits into from
Mar 14, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Don't check interfaces for class initialization cycles

Circular initialization causes deadlocks for non-interface classes because of
the requirement that super classes be initialized first, but that doesn't apply
to interfaces, only concrete classes.

#2062

@copybara-service copybara-service bot closed this Mar 14, 2024
@copybara-service copybara-service bot merged commit 1b576a7 into master Mar 14, 2024
@copybara-service copybara-service bot deleted the test_615559458 branch March 14, 2024 04:09
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.

0 participants