]> granicus.if.org Git - python/commit
Fixed incorrect default value for dataclass unsafe_hash. (GH-5949) (GH-5950)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Mar 2018 13:30:13 +0000 (05:30 -0800)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Thu, 1 Mar 2018 13:30:13 +0000 (08:30 -0500)
commit398242a5b61067e3171b11964229fba87a251ef7
treea746a9f0376bbd76dd11239d0bfe5f5aad7bf29e
parent6ae75d9d1221459ab18c2599e42fcc45f9f65617
Fixed incorrect default value for dataclass unsafe_hash. (GH-5949) (GH-5950)

(cherry picked from commit 5da8cfb838fa1bf3529c085c6dce1adf3d1eaf62)

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