Skip to content
Prev Previous commit
Fix doc: add uint32_t type
  • Loading branch information
vstinner committed Jun 26, 2024
commit f3857d879581c429db3d13f44ddc8f89c98c7fd8
1 change: 1 addition & 0 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
('c:type', 'size_t'),
('c:type', 'ssize_t'),
('c:type', 'time_t'),
('c:type', 'uint32_t'),
('c:type', 'uint64_t'),
('c:type', 'uintmax_t'),
('c:type', 'uintptr_t'),
Expand Down