]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)
authorSergei Izmailov <sergei.a.izmailov@gmail.com>
Sun, 29 May 2022 03:25:51 +0000 (06:25 +0300)
committerGitHub <noreply@github.com>
Sun, 29 May 2022 03:25:51 +0000 (20:25 -0700)
commit66f5add1f0ac801cba5ece36e6cfd68985d82029
tree19d220f21e859f9529c364c3dcc118c97489c4b4
parent877ad7b3b2778a305d3989d58ebd68cb01baf26e
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)

Fixes #85459

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_property.py
Misc/NEWS.d/next/Library/2022-04-03-11-25-02.bpo-41287.8CTdwf.rst [new file with mode: 0644]
Objects/descrobject.c