We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #107964 (comment):
Here's a very contrived example that silently passes on this PR, current main and on 3.12: /*[clinic input] output everything block class C "void *" "" # Trailing whitespace on following line!!! C.meth as [clinic start generated code]*/
Here's a very contrived example that silently passes on this PR, current main and on 3.12:
/*[clinic input] output everything block class C "void *" "" # Trailing whitespace on following line!!! C.meth as [clinic start generated code]*/
The text was updated successfully, but these errors were encountered:
We should fail() with something like "No C basename provided after 'as' keyword" in this case.
fail()
Sorry, something went wrong.
pythongh-107972: Argument Clinic: Ensure a C basename is provided aft…
376fd15
…er 'as'
gh-107972: Argument Clinic: Ensure a C basename is provided after 'as' (
607f18c
#107973) Co-authored-by: Adam Turner <[email protected]>
60de9ea
…er 'as' (python#107973) Co-authored-by: Adam Turner <[email protected]>
No branches or pull requests
See #107964 (comment):
Linked PRs
The text was updated successfully, but these errors were encountered: