mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
gh-107091: Fix some uses of :c:type: role (GH-107138)
This commit is contained in:
parent
af61cb9c78
commit
6d5b6e71c8
9 changed files with 28 additions and 22 deletions
|
@ -108,6 +108,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