]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112205: Support `@setter` annotation from AC (gh-112922)
authorDonghee Na <donghee.na@python.org>
Wed, 13 Dec 2023 14:00:34 +0000 (14:00 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 14:00:34 +0000 (14:00 +0000)
commit498a096a51a215cd3084845131e619222b906b3e
tree9c14ead533097de8f8fbae449de4f6cbe91c9729
parent9263173280d7ce949911965efa5b745287c581b2
gh-112205: Support `@setter` annotation from AC (gh-112922)

---------

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/clinic.test.c
Lib/test/test_clinic.py
Modules/_io/bufferedio.c
Modules/_io/clinic/bufferedio.c.h
Modules/_io/clinic/stringio.c.h
Modules/_io/clinic/textio.c.h
Modules/_io/stringio.c
Modules/_io/textio.c
Tools/clinic/clinic.py