]> granicus.if.org Git - python/commit
bpo-33536: Validate make_dataclass() field names. (GH-6906)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 16 May 2018 15:31:29 +0000 (11:31 -0400)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 15:31:29 +0000 (11:31 -0400)
commit4e81296b1874829912c687eba4d39361ab51e145
tree46db8179f7b5f6eccd66a688ef4126cc34457b38
parent5db5c0669e624767375593cc1a01f32092c91c58
bpo-33536: Validate make_dataclass() field names. (GH-6906)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-05-16-10-07-40.bpo-33536._s0TE8.rst [new file with mode: 0644]