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
Python 3.13 introduced the __replace__ dunder, exposed via copy.replace, as a generalised method through which to replace fields in immutable dataclass-likes. Would you be interested in supporting it in addition to attrs' own evolve?
The text was updated successfully, but these errors were encountered:
Python 3.13 introduced the
__replace__
dunder, exposed viacopy.replace
, as a generalised method through which to replace fields in immutable dataclass-likes. Would you be interested in supporting it in addition to attrs' ownevolve
?The text was updated successfully, but these errors were encountered: