]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98963: Restore the ability to have a dict-less property. (#105262)
authorGregory P. Smith <greg@krypto.org>
Mon, 5 Jun 2023 03:18:15 +0000 (20:18 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 03:18:15 +0000 (03:18 +0000)
commit418befd75d4d0d1cba83d8b81e1a7bcc9a65be8e
tree3797b22239be45fb058d56c9895345c40dfe5cc0
parent1237fb6a4b177ce8f750949b9006c58f9f22942e
gh-98963: Restore the ability to have a dict-less property. (#105262)

Ignore doc string assignment failures in `property` as has been the
behavior of all past Python releases.
Lib/test/test_property.py
Misc/NEWS.d/next/Core and Builtins/2023-06-02-17-39-19.gh-issue-98963.J4wJgk.rst [new file with mode: 0644]
Objects/descrobject.c