| commit | e4275f4df36a7cdd58cd4daa7d65b1947a2593d3 | [log] [tgz] |
|---|---|---|
| author | Eric V. Smith <ericvsmith@users.noreply.github.com> | Thu Aug 10 09:39:13 2023 -0500 |
| committer | GitHub <noreply@github.com> | Thu Aug 10 10:39:13 2023 -0400 |
| tree | b8dd0fb2998ded4b29a7abdd7ed99797c2558e80 | |
| parent | 37d8b904f8b5b660f556597b21c0933b841d18de [diff] |
gh-107838: In dataclasses, improve error message when a non-default field follows a default field. (gh-107842) Add the name of the previous default argument field in an error message.