]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33536: Validate make_dataclass() field names. (GH-6906)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 May 2018 16:28:22 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 16:28:22 +0000 (09:28 -0700)
commit6409e759df0654f4a081eb4a50aadde995382043
tree5c3ca30dc831f65e0897c7d769b0cde12c2b401f
parente2db6ad1d96ca3e8bd29178f7093785c5d550bb7
bpo-33536: Validate make_dataclass() field names. (GH-6906)

(cherry picked from commit 4e81296b1874829912c687eba4d39361ab51e145)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
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]