◐ Shell
clean mode source ↗

[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) by serhiy-storchaka · Pull Request #107060 · python/cpython

This was referenced

Jul 22, 2023
…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>

@serhiy-storchaka