SIGN IN SIGN UP

gh-110273: dataclasses.replace() now raise TypeError for all invalid arguments (GH-110274)

dataclasses.replace() now raises TypeError instead of ValueError if
specify keyword argument for a field declared with init=False or miss keyword
argument for required InitVar field.
S
Serhiy Storchaka committed
5b9a3fd6a0ce3c347463e6192a59c15f5fcb0043
Parent: bfe7e72
Committed by GitHub <noreply@github.com> on 10/4/2023, 6:20:14 AM