Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-106948: Add standard external names to nitpick_ignore#106949
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-106948: Add standard external names to nitpick_ignore #106949
Uh oh!
There was an error while loading. Please reload this page.
Conversation
serhiy-storchaka commented Jul 21, 2023 • edited by github-actions bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by github-actions bot
Uh oh!
There was an error while loading. Please reload this page.
It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH".
erlend-aasland 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.
Very nice. Why are you using :c:texpr: for _Bool?
serhiy-storchaka commented Jul 22, 2023
Because it is the correct role for a type expression in C. I prepared a large patch for using |
erlend-aasland commented Jul 22, 2023
I thought the T in |
erlend-aasland commented Jul 22, 2023
Also, |
serhiy-storchaka commented Jul 22, 2023
You are right. I misread the documentation. Thank you, you saved me from opening a new issue. |
miss-islington commented Jul 22, 2023
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
miss-islington commented Jul 22, 2023
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
miss-islington commented Jul 22, 2023
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…pythonGH-106949) It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH".. (cherry picked from commit f8b7fe2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commented Jul 22, 2023
GH-107060 is a backport of this pull request to the 3.12 branch. |
…pythonGH-106949) It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH".. (cherry picked from commit f8b7fe2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commented Jul 22, 2023
GH-107061 is a backport of this pull request to the 3.11 branch. |
…pythonGH-106949) It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH". (cherry picked from commit f8b7fe2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…06949) (#107060) * [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH". (cherry picked from commit f8b7fe2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> * Delete 2023-05-31-18-37-57.gh-issue-105156.R4El5V.rst
…nGH-106949) It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH".
It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH".
📚 Documentation preview 📚: https://cpython-previews--106949.org.readthedocs.build/