]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815) (GH-11826)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Feb 2019 12:11:48 +0000 (04:11 -0800)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Tue, 12 Feb 2019 12:11:48 +0000 (07:11 -0500)
commit0a834c18cdafa5447d4436878e64aa7a4e4dc817
tree13db9a2aff9363045aa70b2f9ccdc2d655cfc675
parent58f05ce059cc5207320fef27a9fbc0ffdc2b1d1a
bpo-35960: Fix dataclasses.field throwing away empty metadata.  (GH-11815) (GH-11826)

(cherry picked from commit b01786c8812c4cc24dd561b5941025bdd6f444c0)

Co-authored-by: Christopher Hunt <chrahunt@gmail.com>
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2019-02-10-20-57-12.bpo-35960.bh-6Ja.rst [new file with mode: 0644]