]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112205: Require @getter and @setter to be methods (#113278)
authorErlend E. Aasland <erlend@python.org>
Tue, 19 Dec 2023 11:32:28 +0000 (12:32 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2023 11:32:28 +0000 (12:32 +0100)
commit6a69b80d1b1f3987fcec3300c5dc879c6e965079
tree0c463741c4db44d2d8a6510cfd5cdcdfcdac8e9e
parente51b4009454939e3ee5f1bfaed45ce65689a71b8
gh-112205: Require @getter and @setter to be methods (#113278)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_clinic.py
Tools/clinic/clinic.py