]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
authorVadim Pushtaev <pushtaev.vm@gmail.com>
Sun, 12 Aug 2018 11:46:05 +0000 (14:46 +0300)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Sun, 12 Aug 2018 11:46:05 +0000 (07:46 -0400)
commit4d12e4dc28b7c782c368bae2e8fd3815167ed37d
tree27d658c85e655c7a59a2de0d382d6e9d58a04365
parent65b5ef02ec1f44e3a19b689a1ecf73d01c82161b
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-07-25-00-40-14.bpo-34213.O15MgP.rst [new file with mode: 0644]