Description
This is a tracking issue, filed from python-attrs/attrs#950.
Once attrs releases 2022.2, the __init__ argument name for all fields will be stored under Attribute.alias.
cattrs should use this property if available, rather than re-executing private name mangling.
Description
This is a tracking issue, filed from python-attrs/attrs#950.
Once
attrsreleases 2022.2, the__init__argument name for all fields will be stored underAttribute.alias.cattrsshould use this property if available, rather than re-executing private name mangling.