]> granicus.if.org Git - python/commit
bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Jun 2018 20:15:23 +0000 (13:15 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Jun 2018 20:15:23 +0000 (13:15 -0700)
commit0aee3bea197af51de3a30e4665eaa2971a681fbb
treeef91711722b19d5708af0dda0d84e3af29b8fa01
parente4b2bdfdcff7ba6a8676494a295434a4a6f5917a
bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)

(cherry picked from commit e7adf2ba41832404100313f9ac9d9f7fabedc1fd)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/dataclasses.py
Lib/test/test_dataclasses.py