You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-145369: Document that dataclass field objects should not be reused
Add warning to dataclasses documentation explaining that Field objects
returned by field() should not be reused across multiple fields or
classes, as they are modified in place by the decorator.
0 commit comments