]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Aug 2018 03:32:44 +0000 (20:32 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Aug 2018 03:32:44 +0000 (20:32 -0700)
commit32e58fc32188753d2a3604feacdf9540fe9515fb
treefc1ed6bd98a7925e6203c558c57fd4b9890270fa
parent393151e241e0c2b1826e3aefac0beb42e04e6ea8
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)

(cherry picked from commit 4d12e4dc28b7c782c368bae2e8fd3815167ed37d)

Co-authored-by: Vadim Pushtaev <pushtaev.vm@gmail.com>
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]