-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
Conversation
It includes standard C types, macros and variables like "size_t", "LONG_MAX" and "errno", and standard environment variables like "PATH".
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
?
Because it is the correct role for a type expression in C. I prepared a large patch for using |
I thought the T in |
Also, |
You are right. I misread the documentation. Thank you, you saved me from opening a new issue. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
…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 <[email protected]> * 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/