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 mutable default is not allowed error #171

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

deqiangc
Copy link
Collaborator

py3.11 enforce the behavior that mutable default is not allowed in dataclass.

@deqiangc deqiangc requested a review from vipannalla as a code owner January 29, 2025 22:25
@deqiangc deqiangc merged commit b38b3f5 into AI-Hypercomputer:main Jan 30, 2025
3 checks passed
@deqiangc deqiangc deleted the unit_test2 branch January 30, 2025 20:56
vipannalla pushed a commit that referenced this pull request Feb 17, 2025
Fix mutable default is not allowed error in py3.11 b/c py3.11 enforce the behavior that mutable default is not allowed in dataclass.
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.

None yet

2 participants