]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jul 2023 09:24:51 +0000 (12:24 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 09:24:51 +0000 (11:24 +0200)
commit456cf8b0972bedf035c648fcd5e384ead937f9db
tree1dae1246fd1d94b1b20f2d24d3bddb8a5c7d0282
parent98626c3c71f88707d7297d18e01801f27192ab5c
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#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 f8b7fe2f2647813ae8249675a80e59c117d30fe1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Delete 2023-05-31-18-37-57.gh-issue-105156.R4El5V.rst
19 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/tools/.nitignore
Doc/whatsnew/3.12.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/3.12.0a1.rst
Misc/NEWS.d/3.12.0b1.rst
Misc/NEWS.d/next/Documentation/2023-07-21-11-51-57.gh-issue-106948.K_JQ7j.rst [new file with mode: 0644]