gh-106948: Add standard external names to nitpick_ignore#106949
gh-106948: Add standard external names to nitpick_ignore#106949serhiy-storchaka merged 11 commits intopython:mainfrom
Conversation
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.
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/