[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260) #6261

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

Copy link
Contributor

miss-islington commented Mar 26, 2018

This is part of PEP 487 and the descriptor protocol.
(cherry picked from commit de7a2f0)

Co-authored-by: Eric V. Smith ericvsmith@users.noreply.github.com

https://bugs.python.org/issue33141

…fault argument. (pythonGH-6260)

This is part of PEP 487 and the descriptor protocol.
(cherry picked from commit de7a2f0)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Copy link
Contributor Author

@ericvsmith: Backport status check is done, and it's a success ✅ .

miss-islington merged commit c6147ac into python:3.7 Mar 26, 2018
Copy link
Contributor Author

Thanks!

miss-islington deleted the backport-de7a2f0-3.7 branch March 26, 2018 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants