-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-104683: Add --exclude option to Argument Clinic CLI #107770
gh-104683: Add --exclude option to Argument Clinic CLI #107770
Conversation
Explicitly exclude Lib/test/clinic.test.c when running make clinic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea!
Could you please update also the makefile? And add a target clinic-tests
which regenerate specifically the test file?
Thank you!
That is a very good idea. |
…n#107770) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…ython/cpython#107770) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…ython/cpython#107770) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Explicitly exclude Lib/test/clinic.test.c when running make clinic.
Tools/clinic/
#104683📚 Documentation preview 📚: https://cpython-previews--107770.org.readthedocs.build/