mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
[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 f8b7fe2f26
)
This commit is contained in:
parent
65e40aaed0
commit
ec8718dd7c
15 changed files with 81 additions and 28 deletions
|
@ -51,9 +51,9 @@ Notes:
|
|||
It can be 16 bits or 32 bits depending on the platform.
|
||||
|
||||
.. versionchanged:: 3.9
|
||||
``array('u')`` now uses ``wchar_t`` as C type instead of deprecated
|
||||
``array('u')`` now uses :c:type:`wchar_t` as C type instead of deprecated
|
||||
``Py_UNICODE``. This change doesn't affect its behavior because
|
||||
``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3.
|
||||
``Py_UNICODE`` is alias of :c:type:`wchar_t` since Python 3.3.
|
||||
|
||||
.. deprecated-removed:: 3.3 4.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue