mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)
(cherry picked from commit 6d5b6e71c8
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
35aa6b80a6
commit
603c5d50e8
9 changed files with 28 additions and 22 deletions
|
@ -103,6 +103,10 @@ nitpick_ignore = [
|
|||
('c:type', 'uintmax_t'),
|
||||
('c:type', 'va_list'),
|
||||
('c:type', 'wchar_t'),
|
||||
('c:struct', 'in6_addr'),
|
||||
('c:struct', 'in_addr'),
|
||||
('c:struct', 'stat'),
|
||||
('c:struct', 'statvfs'),
|
||||
# Standard C macros
|
||||
('c:macro', 'LLONG_MAX'),
|
||||
('c:macro', 'LLONG_MIN'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue