diff options
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | 2018-02-26 02:30:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 02:30:17 (GMT) |
commit | dbf9cff48a4ad0fd58e1c623ce1f36c3dd3d5f38 (patch) | |
tree | b44951c74baf95d62b496746de64cb6434896d5d /Lib/test/test_asyncio/utils.py | |
parent | 9c17e3a1987004b8bcfbe423953aad84493a7984 (diff) | |
download | cpython-dbf9cff48a4ad0fd58e1c623ce1f36c3dd3d5f38.zip cpython-dbf9cff48a4ad0fd58e1c623ce1f36c3dd3d5f38.tar.gz cpython-dbf9cff48a4ad0fd58e1c623ce1f36c3dd3d5f38.tar.bz2 |
bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (#5891)
unsafe_hash=False is now the default. It is the same behavior as the old hash=None parameter. unsafe_hash=True will try to add __hash__. If it already exists, TypeError is raised.
Diffstat (limited to 'Lib/test/test_asyncio/utils.py')
0 files changed, 0 insertions, 0 deletions