Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-128152: Argument Clinic: don't parse CPP directives inside C comments#128464
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
picnixz left a comment
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.
I'm not an expert in AC but this looks good. At least, I can now use empty lines inpython input. By the way, I think I've just understood thatCPP stands for Clinic Pre-Processor/Processing and not for C++....
erlend-aasland commentedJan 3, 2025
Yes, cpython/Tools/clinic/libclinic/dsl_parser.py Lines 493 to 496 inf157485
|
erlend-aasland commentedJan 3, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks for the quick review! I'll land this tomorrow. |
a4e773c intopython:mainUh oh!
There was an error while loading.Please reload this page.
This comment was marked as outdated.
This comment was marked as outdated.
…ide C comments (pythonGH-128464)(cherry picked from commita4e773c)Co-authored-by: Erlend E. Aasland <erlend@python.org>
This comment was marked as outdated.
This comment was marked as outdated.
GH-128478 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Resolves#128152