mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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".
This commit is contained in:
parent
26e08dfdd7
commit
f8b7fe2f26
22 changed files with 99 additions and 53 deletions
|
|
@ -231,9 +231,9 @@ platform-dependent.
|
|||
| ``Q`` | :c:expr:`unsigned long | integer | 8 | \(2) |
|
||||
| | long` | | | |
|
||||
+--------+--------------------------+--------------------+----------------+------------+
|
||||
| ``n`` | :c:expr:`ssize_t` | integer | | \(3) |
|
||||
| ``n`` | :c:type:`ssize_t` | integer | | \(3) |
|
||||
+--------+--------------------------+--------------------+----------------+------------+
|
||||
| ``N`` | :c:expr:`size_t` | integer | | \(3) |
|
||||
| ``N`` | :c:type:`size_t` | integer | | \(3) |
|
||||
+--------+--------------------------+--------------------+----------------+------------+
|
||||
| ``e`` | \(6) | float | 2 | \(4) |
|
||||
+--------+--------------------------+--------------------+----------------+------------+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue