8000 gh-91330: Tests and docs for dataclass descriptor-typed fields by debonte · Pull Request #94424 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91330: Tests and docs for dataclass descriptor-typed fields #94424

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

Merged
merged 10 commits into from
Jul 5, 2022
Merged
Prev Previous commit
Add Blurb
  • Loading branch information
ambv committed Jul 5, 2022
commit ad9f6f4730d8816a9d004dbc951f1ac96b91edbf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Added more tests for :mod:`dataclasses` to cover behavior with data
descriptor-based fields.

# Write your Misc/NEWS entry below. It should be a simple ReST paragraph. #
Don't start with "- Issue #<n>: " or "- gh-issue-<n>: " or that sort of
stuff.
###########################################################################
0