]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jul 2023 09:24:37 +0000 (12:24 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 09:24:37 +0000 (11:24 +0200)
commitec8718dd7c318202723ceeee9479f3824f3c019c
tree16762a178e8a93ac4fa99cc74bc4f76adcd1b7f9
parent65e40aaed0567830d8ec88769c27321f3504cd80
[3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061)

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 f8b7fe2f2647813ae8249675a80e59c117d30fe1)
15 files changed:
Doc/c-api/arg.rst
Doc/c-api/memory.rst
Doc/c-api/unicode.rst
Doc/c-api/veryhigh.rst
Doc/conf.py
Doc/library/array.rst
Doc/library/ctypes.rst
Doc/library/os.rst
Doc/library/struct.rst
Doc/library/venv.rst
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.9.rst
Misc/NEWS.d/3.10.0a5.rst
Misc/NEWS.d/next/Documentation/2023-07-21-11-51-57.gh-issue-106948.K_JQ7j.rst [new file with mode: 0644]