diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-12-23 00:37:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 00:37:39 (GMT) |
commit | c3f92f6a7513340dfe2d82bfcd38eb77453e935d (patch) | |
tree | 29a5fb460cf3e7ab7ec39865eb2ac93a474f3bd7 /Lib/test/test_coroutines.py | |
parent | 9c3ddf31a34295ebcef6dc49b9e0ddd75d0ea9f1 (diff) | |
download | cpython-c3f92f6a7513340dfe2d82bfcd38eb77453e935d.zip cpython-c3f92f6a7513340dfe2d82bfcd38eb77453e935d.tar.gz cpython-c3f92f6a7513340dfe2d82bfcd38eb77453e935d.tar.bz2 |
gh-113317: Clean up Argument Clinic global namespace (#113414)
Split up clinic.py by establishing libclinic as a support package for
Argument Clinic. Get rid of clinic.py globals by either making them
class members, or by putting them into libclinic.
- Move INCLUDE_COMMENT_COLUMN to BlockPrinter
- Move NO_VARARG to CLanguage
- Move formatting helpers to libclinic
- Move some constants to libclinic (and annotate them as Final)
Diffstat (limited to 'Lib/test/test_coroutines.py')
0 files changed, 0 insertions, 0 deletions